Dropzonejs : Drag’n’Drop File Uploads with Image Previews

dropzonejs
Dropzone.js is a light weight, easy to use drag’n’drop, and opensource JavaScript library that turns an HTML element into a dropzone. This means that a user can drag and drop a file onto it, and the file gets uploaded to the server via AJAX. Starting with version 2.0.0 this library does no longer depend on jQuery (but it still works as a jQuery module). It is written as a component but there’s a standalone version, and an AMD module that’s compatible with RequireJS in the downloads folder.

Dropzone does not handle your file uploads on the server. You have to implement the code to receive and store the file yourself. If you’re using component don’t forget to require(“dropzone”); otherwise it won’t be activated.

[button color=”black” size=”medium” link=”http://www.dropzonejs.com/” target=”blank” rel=”nofollow” ]DropZonejs[/button]

Dropzonejs : Drag’n’Drop File Uploads with Image Previews
Rate this post

Leave a Reply