Valums-File-Uploader/file-uploader

How to automatically resubmit file to saved files after an error occurs on uploading the file?

Opened this issue · 0 comments

I am uploading a file using uploadStoredFiles() method. During upload it shifts the file from the array, and array the emptied during. What I want is if an error occurs from backend during the upload, then the files should come back in the stored files for upload. Cannot figure out how to do it. Help needed.