Hi everyone, I have an issue with retrying uploads. I've been uploading small files (less or equal 100KB), sizeUploaded() for them were the same as files size, but short-term disconnection happened and the code reached retry case case 'retry': this.flowObj.fire('fileRetry', this, chunk); break;
Files were already uploaded, however the retry was fired multiple times and then just failed.
Shouldn't the file size be checked while file upload retrying?
Hi everyone, I have an issue with retrying uploads. I've been uploading small files (less or equal 100KB), sizeUploaded() for them were the same as files size, but short-term disconnection happened and the code reached retry case
case 'retry': this.flowObj.fire('fileRetry', this, chunk); break;Files were already uploaded, however the retry was fired multiple times and then just failed.
Shouldn't the file size be checked while file upload retrying?