danielm / uploader

A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
https://danielmg.org/demo/java-script/uploader
MIT License
1.17k stars 384 forks source link

Some options added #13

Closed regexp1987 closed 6 years ago

regexp1987 commented 9 years ago

Hi man, I added options below: onDragOver: function(file){}, onDrop: function(file){}, onDragLeave: function(file){}

in this way you can handle the behaviour of the dom element during the D&D events.

danielm commented 9 years ago

Hey, thanks for the work!; that was actually on my ToDo list :). Going to check it out later