File Upload Applet News
A tool for web developpers, to get rid of HTML upload limitation
Brought to you by:
etienne_sf
Since 2.8.0, you can upload file of any size, even bigger than the max upload size of your webserver.
This is done by splitting the file in chunks.
See the new applet parameters, coming with the 2.8.0 version: maxChunkSize and maxFileSize.
Thanks to Marcus Engene (sourceforge id: ehsmeng) for his idea, and the code sample he gave me.
Etienne
Since 2.6.0, and thanks to David Gnedt, the applet can upload towards https URL !
Test it on the jupload web site:
http://jupload.sourceforge.net/advanced_js_demo.html
Etienne
JUpload project now contains a jupload2 module. This module contains an updated version of jupload, that allows :