FineUploader/react-fine-uploader

Restart uploading file

omidnikrah opened this issue · 5 comments

Hi, Is there any way to restart uploading an item in FineUploader?

I want to check something with API while uploading the file and if it does not match restart uploading the file.

What do you mean by “restart” an upload?

Start uploading from the first. (For specific ID)

If a file has already been successfully uploaded, there is no mechanism to re-upload it. Just add the file again

No, upload the file not finished. I want to restart that between uploading.

I manually add a file with addFiles method but the status of the file changed to queue and not uploaded.
Also, I call uploadStoredFiles method but not working!