An open-source javascript library which provides drag-and-drop file uploads with image previews
Dropzone.js is a light weight javascript library that turns an html element into a dropzone. This means that a user can drag and drop a file onto it, and the file is uploaded to the server by ajax. It supports all major browsers (IE, FireFox, Chrome, Safari, Opera) natively and has legacy file input support for others.
Starting with version 2.0 this library no longer depends on jquery, but it still registers itself as a jquery module if available.
This tag should be used for questions about the usage of the Dropzonejs API in web development.
Relevant Links: