File Upload
Last updated
Last updated
DropzoneJS is an open source library that provides drag'n'drop file uploads with image previews.
Step one
Include the stylesheet dropzone.css
inside the <head>
if it's not there already.
Step two
Include the javascript file inside the <body>
before core template script inclusions, if it's not there already.
Step three
Add .dropzone
to initialize dropzone plugin with default options.