LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

Missing uploadBtn-reference on a couple of callbacks #168

Open magnus-eriksson opened 8 years ago

magnus-eriksson commented 8 years ago

Is there a reason why the callbacks onExtError() and onSizeError() doesn't get the button reference passed to them?

If it could be added, it would be awesome. Would really need them on those callbacks as well.

emzyme20 commented 7 years ago

This would be super helpful as when you initialise the uploader with an array of buttons, you have no idea which target caused the error.