Option to retry upload on failure #1138

Open
opened 2020-01-21 13:25:50 +00:00 by vishnu-dev · 2 comments
vishnu-dev commented 2020-01-21 13:25:50 +00:00 (Migrated from github.com)

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

Requesting feature for ability to retry the upload due to failure because of internet issues/some other failures.
NeelBhatt commented 2020-04-08 07:48:01 +00:00 (Migrated from github.com)

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

@vishnu-dev - We need something similar, did you find the answer yet?
vishnu-dev commented 2020-04-15 09:38:09 +00:00 (Migrated from github.com)

You will have to manually do it using Ngrx,

this.http.put('some_url').pipe(retry(2)).subscribe(() => {});
You will have to manually do it using Ngrx, ``` this.http.put('some_url').pipe(retry(2)).subscribe(() => {}); ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#1138