Dropzone Fileupload
DropzoneJS is an open source library that provides drag’n’drop file uploads with image previews.
Step 1
Add dropzone stylesheets before atmos to make sure we override styles to fit our theme
Step 2
Include JavaScript file before closing body tag
Step 3
Add .dropzone
to initialize dropzone plugin with default options.
Last updated