ng2-file-upload icon indicating copy to clipboard operation
ng2-file-upload copied to clipboard

Option to retry upload on failure

Open vishnu-dev opened this issue 5 years ago • 2 comments

Requesting feature for ability to retry the upload due to failure because of internet issues/some other failures.

vishnu-dev avatar Jan 21 '20 13:01 vishnu-dev

@vishnu-dev - We need something similar, did you find the answer yet?

NeelBhatt avatar Apr 08 '20 07:04 NeelBhatt

You will have to manually do it using Ngrx,

this.http.put('some_url').pipe(retry(2)).subscribe(() => {});

vishnu-dev avatar Apr 15 '20 09:04 vishnu-dev