Dropzone JS is an open-source library that provides drag’n’ drop file uploads with image previews. It is lightweight, doesn’t depend on any other library (like jQuery) and is highly customisable. Dropzone JS supports image previews and shows nice progress bars. Keep reading our Django Dropzone JS examples and learn how to use this plugin.
Usage
JS
In order to use this plugin on your page you will need to include the following script in the “Optional JS” area from the page’s footer:
Examples
Copy any of the code examples below and paste it in your project after you integrated the needed resources.
Dropzones will throw an error if you try to upload any file since it is not configured for server-side processing.