Dropper Demo


View Documentation

Basic

Dropper will create a simple 'drop zone' for file uploads:

$(".target").dropper({
	action: "upload.php"
});
<div class="target"></div>
Demo
Complete
Queued

Uploads

Dropper does not store or manipulate uploaded files on the server, it simply facilitates the asynchronous upload process from the front end.