collective.quickupload

Pure javascript files upload tool for Plone, with drag and drop, multi selection, and progress bar
Download

collective.quickupload Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Publisher Name:
  • Jean-Mat Grimaldi
  • Publisher web site:
  • http://plone.org/

collective.quickupload Tags


collective.quickupload Description

Pure javascript files upload tool for Plone, with drag and drop, multi selection, and progress bar The collective.quickupload product offers a multiple files upload tool for Plone, with multi selection, drag and drop, and progress bar. A pure javacript 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).To install it in your buildout, just add 'collective.quickupload' to your egg list, then >> bin/buildoutTo 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. Requirements: · Python · Plone CMS What's New in This Release: · let an empty content_type when mimetype_registry return None as mimetype object. will result in "application/octet-stream" macadames 2010-09-29 · use a specific interface IQuickUploadFactory in place of IFileFactory to avoid possible conflicts with another products using the same interface http://plone.org/products/collective.quickupload/issues/4 macadames and mroeder 2010-10-07 · files id consolidation macadames and mroeder 2010-10-07 · log some rare exceptions (bad id, no primary field ...) resolve http://plone.org/products/collective.quickupload/issues/6 macadames and mroeder 2010-10-08 · fix error in quick_upload.py when typeupload was defined without mediaupload resolve http://plone.org/products/collective.quickupload/issues/5 macadames and kayeva 2010-10-10 · improve doctests (with last bugfixes on typeupload/mediaupload) macadames 2010-10-10 · fix doctests in Plone4 macadames 2010-10-10


collective.quickupload Related Software