PloneJUpload (1.0)
- PloneJUpload download link: http://plone.org/products/plonejupload/releases
- Homepage of PloneJUpload: http://plone.org/products/plonejupload/
- PloneJUpload repository: https://svn.plone.org/svn/collective/PloneJUpload/
- Description source: https://svn.plone.org/svn/collective/PloneJUpload/trunk/readme.txt
PloneJUpload is a plone product that allows (a modified) JUpload [1] applet to interface with Plone. It adds an 'Upload Files' folder tab which shows the applet.
Changes Made to JUpload
I have changed JUpload to pass cookies through to the upload location, so uploads are made as the user who loads the applet. This introduce a dependency on netscape.jar for compilation.
Troubleshooting
If the uploading isn't working and you can see from the debugging output that it's asking you to login, this is probably because you logged in to the ZMI using HTTP authentication. The JUpload applet only works using cookie authentication, so you must log out and log back in using Plone's login form or login portlet.