Skip to content

Issue while retrying uploads #388

Description

@choicl

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions