Dropzone

Drag and drop file uploads with image previews powered by Dropzone.js. You can pass any options supported by the plugin via the data-options attribute. The value must be a valid JSON object.

Requires JS.
assets/js/vendors/dropzone.js
Note that this component requires the use of the third-party dropzone plugin.

Basic examples

<div id="my-dropzone" class="dropzone mt-4 border border-dashed rounded-3">
                            <div class="fallback"><input type="file"
                              name="file"
                              /></div>
                            </div>
Buy Now