resumablejs-core
Service icon

ResumableJS Core

version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 03 September 2020
 by 
0.0
 (0 ratings)
resumablejs-core

ResumableJS Core

Details
The receiving part of ResumableJS. This contains the database, the needed REST APIs and the logic store retrieve the received files. This implementation uses the default OutSystems database to store the individual chunks.
Read more

What is ResumableJS?

It’s a JavaScript library providing multiple simultaneous, stable and resumable uploads via the HTML5 File API.

The library is designed to introduce fault-tolerance into the upload of large files through HTTP. This is done by splitting each files into small chunks; whenever the upload of a chunk fails, uploading is retried until the procedure completes. This allows uploads to automatically resume uploading after a network connection is lost either locally or to the server. Additionally, it allows for users to pause, resume and even recover uploads without losing state.

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. 


Note: This component is only half of the implementation. The other half (front-end) is in the ResumableJS component. Be sure to also install this component!

Release notes (1.0.0)
Reviews (0)
Team
Other assets in this category