cs.pfg.multifile

PloneFormGen fields to allow uploading multiple files


License
GPL-2.0+
Install
pip install cs.pfg.multifile==1.0.1

Documentation

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.

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.