Smashfreakz

Dropzone.js : JavaScript library for Drag and Drop File Upload

DropzoneJS is an light weight JavaScript library that provides drag and drop file uploads with image previews. This means that a user can drag and drop a file onto it, and the file gets uploaded to the server via AJAX. It supports image previews and shows nice progress bars.

 

Dropzone also supports the traditional file-picker uploading as well; you don’t have to drag and drop. Dropzone supports most modern web browsers, including Chrome 7+, Firefox 4+, IE 10+ and Safari 5.

Dropzone is also available as an AMD module for RequireJS. You can find the dropzone-amd-module in the downloads folder.

Features:

  • Image thumbnail previews.
  • Multiple files and synchronous uploads
  • Progress updates
  • Support for large files
  • Well tested

Website and Demo: http://www.dropzonejs.com/
Download : https://github.com/enyo/dropzone
Browser Support: Major Browser
License: MIT License


Exit mobile version