Basic
You can create a simple dropzone by adding data-provide="dropzone"
and data-url="path/to/file-uploader.php"
to a <div>element.
Options
You can set any of the configuration optionsusing data attributes. For example, data-param-name="images"
and data-max-filesize="5"
.