Skip to content

speich/fileUploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload multiple files at once with drag and drop. For each file a thumbnail is created automatically. Every upload can be paused, resumed and cancelled individually. Works with Firefox 3.6 and Google Chrome 7 or greater.

Screenshot 1

#Dependencies The file uploader has the following dependencies:

  • The Dojo Toolkit version 1.10.4

  • PHP version 5.3 or greater (for upload handling on the server)

  • [DialogConfirm] (https://github.com/speich/DialogConfirm) to display a customized dijit to display dialogs It is recommended to arrange all dependencies as siblings, resulting in a directory structure like the following:

  • dojo

  • dialogConfirm

  • fileUploader

More information can be found reading Multiple file uploading with pause/resume on speich.net and How to resume a paused or broken file upload on hacks.mozilla.org. You can also check out the drag and drop demo at HTML5 demo: Multiple file upload with drag and drop.

If you have any questions, please post them on my website at Multiple file uploading with pause/resume.

+ Resume is only supported on Firefox 4 or greater. + The uploader is in demo mode, which does not save anything to the server. Set demo mode to false on your own risk and only if you now what you are doing!