Fine Uploader has moved to FineUploader/fine-uploader. If you have forked the old repository, please see this Stackoverflow thread for information on how to update your forked/cloned copy.
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, SafariDrag-and-drop file select in FF, ChromeUploads are cancelableNo external dependenciesDoesn’t use FlashFully working with HTTPSAutomatic uploads (as files are selected) or queue files to me manually triggered when ready
Ajax HTML5Fine Uploader has moved to FineUploader/fine-uploader. If you have forked the old repository, please see this Stackoverflow thread for information on how to update your forked/cloned copy.