NE-Chunk-Uploader 1.0.3
This release contains the following updates:
- Fix CVE-2024-4068 (Uncontrolled resource consumption in braces)
This release contains the following updates:
Yet another chunked uploader.
This is the first public stable release of this uploader.
Yet another chunked uploader
This library doesn't provide a UI. Just a handful of events to allow you to update your own UI. Depending on what kind of network driver are you using, this can even be used in NodeJS (not just web browsers).
The lack of coupled UI makes it suitable for use with any framework (React, Angular, Vue, etc.). It's also possible to use in nodeJS server-side scripts.
Although it only has a driver for the browser's Fetch API, other drivers can be implemented (XMLHttpRequest, WebSockets, etc.). This removes protocol dependency.
https://github.com/beerwin/njdesktop2/blob/master/docs/index.md
https://github.com/beerwin/njdesktop2
NE-Chunk-Uploader is a personal take on a headless Javascript-based chunked file uploader. The most popular solutions in the NPM package are including UI code which makes them very large and often hinder styling.