weixiyen / jquery-filedrop

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

Avoid "Maximum call stack size exceeded" #164

Open uquaisse opened 10 years ago

uquaisse commented 10 years ago

Fix the click method to choose files and avoid the javascript error «Maximum call stack size exceeded»

boughtonp commented 9 years ago

This PR breaks the changes introduced in #70.

See #173 for an alternative fix that makes the dropzone clicking configurable and works around this issue.