resumable-chunk-upload
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

Resumable Chunk Upload

npm version

Resumable Chunk Upload allows uploading files in small chunks. it offers a simple class easy to set up and relevant data such as the progress and the remaining time of the upload. It also manages the resumption of the upload in case of failure.

Build with multiple backend frameworks including Express, Fastify, Symfony, Laravel, and more.

Install

Installation via a package manager:

npm install resumable-chunk-upload

Include via CDN

<script src="https://cdn.jsdelivr.net/npm/resumable-chunk-upload/dist/uploader.min.js"></script>

Documentation

Visit https://herytz.github.io/resumable-chunk-upload/ to view the full documentation.

Examples

Visit the demo repository. It includes both frontend and backend code, along with detailed instructions on how to set it up and run it.

Readme

Keywords

Package Sidebar

Install

npm i resumable-chunk-upload

Weekly Downloads

1

Version

1.3.0

License

MIT

Unpacked Size

17.6 kB

Total Files

7

Last publish

Collaborators

  • herytz