PloneFlashUpload
The PloneFlashUpload tool lets you select multiple files to be uploaded, and they are all uploaded in bulk using a Flash-based tool in the browser. The tool shows a progress bar indicator for each file and an overall progress bar indicator, so you can see how much time is remaining.
Current release
PloneFlashUpload 1.0
Released Jun 05, 2007 — tested with Plone 2.5
First public release. Tested on Firefox 2.0 for Linux, Windows and MacOSX, and Safari 2.0.
-
Get
PloneFlashUpload
for
Linux
(165.8 kB)
-
Get
PloneFlashUpload
for
all platforms
(177.6 kB)
Experimental releases
Upcoming and alpha/beta/candidate releases
- Alpha releases should only be used for testing and development.
- Beta releases and Release Candidates are normally released for production testing, but should not be used on mission-critical sites.
- Always install on a separate test server first, and make sure you have proper backups before installing.
Project Description
Plone Flash Upload
See the PloneFlashUpload screencast for an overview of the product's features.
Plone Flash Upload is a Plone add-on product which adds an upload tab to folders which takes the user to an upload form. This upload form uses a flash applet to provide the ability to upload multiple files simultaneously.
Requirements
- Zope 2.9+ (Zope 2.10+ is not supported at this time)
- Plone 2.1.4 and 2.5+ (Plone 3.0+ is not supported at this time)
- Five 1.4.2+ (Five 1.5+ is not supported at this time)
Installation
Simply extract downloaded archive into the $INSTANCE_HOME/Products directory and (re)start Zope. Once Zope is running, go to the Plone site's Add/Remove Products configuration screen and install the PloneFlashUpload product.
Basic Usage
After installation of the product is complete, go to any folder within the plone site and a new upload tab should be present if the current user has access to add new files to the folder.
Additional Notes
- The flash applet has been tested (and runs successfully) on MSIE6, MSIE7, Firefox 1.5 (WinXP), Firefox 2.0 (WinXP/Linux) and various Safari and Firefox versions on MacOSX. If a particular browser is found not to work, please submit an issue to the issue tracker.
- Any file that is uploaded will try to use the content type registry to determine what portal type should be the result of the file being uploaded (ie jpg's created as Image's and random binary files created as File's). It should be observed though that only portal types defined within the PFU configlet are possible candidates (ie add more here if you have additional custom types you are using and have registed with CTR).
Issue Tracker, SVN, Other Resources
- Project Homepage
- http://www.plone4artists.org/products/ploneflashupload
- Issue Tracker
- http://www.plone4artists.org/products/ploneflashupload/ploneflashupload-issues
- Source Control Repository
- http://svn.plone.org/svn/collective/PloneFlashUpload
Testing
To run the Plone Flash Upload tests you must use the standard Zope testrunner:
$INSTANCE_HOME/bin/zopectl test -s Products.PloneFlashUpload
License
This product and it's contents are covered under the Zope Public License (ZPL). More information can be found in LICENSE.txt.
Credits and Copyrights
This product was created by Rocky Burt (rocky AT serverzen.com) on behalf of 4teamwork (http://4teamwork.ch) and Jazkarta (http://www.jazkarta.com).
Extra kudos to the author(s) of z3c.widget.flashupload which PloneFlashUpload uses as the source of the actual flash applet.

