@@include('./partials/html.html') @@include("./partials/title-meta.html", {"title": "File Uploads"}) @@include('./partials/head-css.html')
@@include('./partials/menu.html')
@@include("./partials/page-title.html", {"subtitle":"Forms","title":"File Uploads"})

Dropzone File Upload

DropzoneJS is an open source library that provides drag’n’drop file uploads with image previews.

Drop files here or click to upload.

(This is just a demo dropzone. Selected files are not actually uploaded.)
@@include('./partials/footer.html')
@@include('./partials/right-sidebar.html')
@@include('./partials/footer-scripts.html')