Drag ‘n’ Drop File Uploads (With Image Previews) Made Easy: Dropzone.js
26
Jan
// php the_time('Y') ?>
Dropzone.js is a JavaScript library that simplifies creating a drag ‘n’ drop file upload functionality.
It works with jQuery and works almost out-of-the-box by giving a special class name to any form.
Multiple files can be uploaded at the same time where previews of images can be displayed as well.
There are also options for defining the max file size, thumbnail dimensions (if they will be generated), enable/disable previews and more.
And many events exist for interacting with the drag-drop and upload status.
Requirements: jQuery
Compatibility: All Modern Browsers
Website: http://www.dropzonejs.com/
Download: https://github.com/enyo/dropzone
Compatibility: All Modern Browsers
Website: http://www.dropzonejs.com/
Download: https://github.com/enyo/dropzone
- Tags:
Drag 'n' Drop
- Filed under: Forms, Goodies, Other License
- 2 Comments












2 Responses for "Drag ‘n’ Drop File Uploads (With Image Previews) Made Easy: Dropzone.js"
Excellent I have used it on one of my blogs and I liked how it is becoming a
Thanks for sharing!
Thanks… I need one….