Multiple file upload plugin with progress-bar, drag-and-drop.This project attempts to achieve a user-friendly file-uploading experience over the web. It’s built as a Javascript plugin for developers looking to incorporate file-uploading into their website.
This plugin uses an XMLHttpRequest (AJAX) for uploading multiple files with a progress-bar in FF3.6+, Safari4+, Chrome and falls back to hidden-iframe-based upload in other browsers (namely IE), providing good user experience everywhere.
Features:
Multiple file select, progress-bar in FF, Chrome, Safari
Drag-and-drop file select in FF, Chrome
Uploads are cancelable
No external dependencies
Doesn’t use Flash
Fully working with HTTPS
Automatic uploads (as files are selected) or queue files to me manually triggered when ready