weixiyen / jquery-filedrop

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

Option to disable 'click' firing the fallback upload element. #159

Open abrenoch opened 10 years ago

abrenoch commented 10 years ago

Just added the simple boolean option (fallbackClick) that can disable/enable triggering the fallback upload dialog when clicking the element that the filedrop script is attached to.

boughtonp commented 9 years ago

This is only a partial fix - it doesn't stop the display:none occurring and the new option isn't documented in the readme. See #173 for a version that does both these.