Restart uploading file
omidnikrah opened this issue · 5 comments
omidnikrah commented
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.
rnicholus commented
What do you mean by “restart” an upload?
omidnikrah commented
Start uploading from the first. (For specific ID)
rnicholus commented
If a file has already been successfully uploaded, there is no mechanism to re-upload it. Just add the file again
omidnikrah commented
No, upload the file not finished. I want to restart that between uploading.
omidnikrah commented
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!