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

Retry failed uploads #176

Closed sotnrgo closed 8 years ago

sotnrgo commented 8 years ago

Hi. Is there a way to retry a failed upload? i.e. when the 'onError' function is called. I tried with this.submit() but it doesn't do anything. Is there a built in way to do it, or is it not supported?

(ignore the reason of the error for this ticket)

sotnrgo commented 8 years ago

Looks like I just have to fiddle with the _errorFinish function, calling this._initUpload( fileObj ) instead of finishing everything, removing the created divs and of course checking for eternal loops.