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.
<div id="my-dropzone" class="dropzone mt-4 border border-dashed rounded-3">
<div class="fallback"><input type="file"
name="file"
/></div>
</div>