collective / collective.quickupload

Mass file upload for Plone
6 stars 27 forks source link

================== Plone Quick Upload

Description

This product offers a multiple files upload tool for Plone_, with multi selection, drag and drop, and progress bar. A pure Javascript tool is used on client side, with HTML5 file fields and Ajax upload for modern browsers, and a graceful fallback for other browsers. You can also choose to replace the Javascript with jquery.uploadify, a flashupload based script which could be interesting in rare situations (Plone site for MSIE client's browsers only, without HTTP authentication in front, and no HTTPS).

2.x supports Plone 5.2 and later

1.x supports Plone 4.0 to 4.3

Translations

This product has been translated into

You can contribute for any message missing or other new languages, join us at Plone Collective Team <https://www.transifex.com/plone/plone-collective/>_ into Transifex.net service with all world Plone translators community.

Installation

To install it in your buildout, just add collective.quickupload to your egg list, like this: ::

[buildout]

...

eggs =
    collective.quickupload

and then running bin/buildout

To install it in Plone, use the Addons control panel, select "Plone Quick Upload" Product and install it.

To see it in action, just assign the Quick Upload portlet somewhere in your site and test it.

Details

This package contains:

collective.quickupload.browser

collective.quickupload.portlet

collective.quickupload.profiles

quickupload.tests

Compliance

Plone 4.0 support stopped with 1.6.0, Plone 3.3.x support stopped with 1.0.3.

About fileuploader.js fork

These ameliorations have been done:

How To

TODO

Tests status

This add-on is tested using Travis CI. The current status of the add-on is:

.. image:: https://img.shields.io/travis/collective/collective.quickupload/master.svg :target: https://travis-ci.org/collective/collective.quickupload

.. image:: http://img.shields.io/pypi/v/collective.quickupload.svg :target: https://pypi.org/project/collective.quickupload

Contribute

Have an idea? Found a bug? Let us know by opening a ticket_.

More Information

Jean-mat Grimaldi http://macadames.wordpress.com

Thanks to :

License

The project is licensed under the GPL.

.. _Plone: https://plone.org/ .. _collective.uploadify: https://pypi.org/project/collective.uploadify/ .. collective.plonefinder: https://pypi.org/project/collective.plonefinder/ .. opening a ticket: https://github.com/collective/collective.quickupload/issues