weixiyen / jquery-filedrop

jQuery plugin - drag and drop desktop files and POST to a URL to handle files.
958 stars 285 forks source link

fallback_id is now fallback_input and added binded_input (binded trigger outside dropbox) #163

Closed lodev09 closed 1 year ago

lodev09 commented 10 years ago

fallback_input will work the same as fallback_id but now it will accept either string or jquery element.

Also added the binded_input (accepts string or jquery element) that will bind filedrop's events on the input's change event. This fixes issue #160 and #154