Is it possible to make file uploads resumable after page redirect / browser restart through Resumable.js
or any other Javascript API? (I seriously miss NPAPI here)
Asked
Active
Viewed 309 times
1

Prakhar Mishra
- 1,586
- 4
- 28
- 52
-
Why -1? Please explain. – Prakhar Mishra Dec 07 '15 at 15:05
-
I did not downvote, but I guess it's because this question can be answered by a simple `Yes.`. Also, redirect and browser restart are two quite different scenarios - with a redirect, it may be far simpler to not reload the top frame and instead only update content and URL (or use an iframe). – phihag Dec 10 '15 at 10:15
-
@phihag, can you please tell me how can I persist file upload between browser redirects on all browsers using *pure javascript*? I also tried to upload using a popup window, but still no luck with IE family (http://stackoverflow.com/questions/34198760/javascript-persist-file-upload-between-redirects). – Prakhar Mishra Dec 10 '15 at 10:24