0

Could you please provide snippet of using client side WEB library (at your discretion, for Internet Explorer and Edge browsers) that is designed to introduce fault-tolerance into the upload of large files through HTTP. That is capable to resume file uploading from the previous point after network failure, not from scratch. There is library Resumable.js that provide such functionality but according to Resumable.js site:

Resumable.js does not have any external dependencies other the HTML5 File API. This is relied on for the ability to chunk files into smaller pieces. Currently, this means that support is limited to Firefox 4+ and Chrome 11+

Please provide approach (similar to functionality of Resumable.js) that works with IE v11 and Windows 10 Edge?

Web_Designer
  • 72,308
  • 93
  • 206
  • 262
Vlad
  • 1,977
  • 19
  • 44
  • You do know that asking for recommendations is off-topic on SO, don't you? – Alexei Levenkov Mar 26 '17 at 04:09
  • I reformulated question - I ask about providing snippet of using any code that will resolve this issue. Likely this will be reusing of existing code because independent solution will exceed the size that fits format of the site. – Vlad Mar 26 '17 at 05:06

0 Answers0