Dropzone File Field
Style a dashed dropzone around a real file input. Dropzone.js library labs are in the JavaScript workbook Phase 8.
Style a dashed dropzone around a real file input. Dropzone.js library labs are in the JavaScript workbook Phase 8.
Keep a real file input; style the chrome around it.
<div class="dropzone">
<strong>Drop a file or choose one</strong>
<input class="field-file" type="file">
</div>