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

allowedExtensions not working #216

Open theredled opened 5 years ago

theredled commented 5 years ago

I'm setting allowedExtensions to ['jpg', 'png'] but all formats are allowed, and no error message appears.

Maybe I'm missing something?

theredled commented 5 years ago

Allright, you just have to setup "onExtError" to output an error message. Maybe it would be a good idea to write it in the "allowedExtensions" part of the manual ?