ng2-file-upload
ng2-file-upload copied to clipboard
Option to retry upload on failure
Requesting feature for ability to retry the upload due to failure because of internet issues/some other failures.
@vishnu-dev - We need something similar, did you find the answer yet?
You will have to manually do it using Ngrx,
this.http.put('some_url').pipe(retry(2)).subscribe(() => {});