Metadata-Version: 1.1
Name: cs.pfg.multifile
Version: 1.0.1
Summary: PloneFormGen fields to allow uploading multiple files
Home-page: https://github.com/codesyntax/cs.pfg.multifile
Author: Mikel Larreategi
Author-email: mlarreategi@codesyntax.com
License: GPL
Description: Introduction
        ============
        
        This product provides a new form field for PloneFormGen_ forms that allows
        adding more than one files using the `jquery.filer`_
        
        The standard file field for PloneFormGen_ allows only adding one file. Adding
        just a new file field with the option *multiple* can solve the problem, but
        we think that the usability of that option is not good. Is not obvious for
        a lot of people to push Ctrl or Shift to add more than one files. So to
        address this usability feature, we have added the `jquery.filer`_ file
        selection widget, that shows in a very nice interface the added files with an
        option to delete them or adding new ones without much effort.
        
        .. _PloneFormGen: https://pypi.python.org/pypi/Products.PloneFormGen
        .. _`jquery.filer`: https://github.com/CreativeDream/jQuery.filer
        
        Installation
        ============
        
        Add this product to your buildout file and rerun the buildout.
        
        Go to Site Setup -> Add ons and install it
        
        A new field will show in your PloneFormGen_ forms called MultiFileField.
        
        Changelog
        =========
        
        1.0.1 (2016-07-07)
        ------------------
        
        - documentation [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        - fix field icon [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        - rename readme [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        -  [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        - [ci skip] [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        
        
        1.0 (2016-07-06)
        ----------------
        
        - fix manifest [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        - metadata [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        - add PFG as requirement [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        - PFG field with jquery.filer for multiple file upload [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        - initial package structure using ZopeSkel archetype template [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        - initial package structure using ZopeSkel [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
