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 268 forks source link

How to test error? #29

Closed Shonetow closed 11 years ago

Shonetow commented 11 years ago

Hi,

Tnx for this great script!

I need to know how to cause an onError function? Tnx a lot for help!

LPology commented 11 years ago

One easy way is to change the url option (which points to your server side handler) to something that doesn't exist.