News

NE-Chunk-Uploader 1.0.3

This release contains the following updates:

  • Fix CVE-2024-4068 (Uncontrolled resource consumption in braces)

Ne-chunk-uploader v 1.0

Yet another chunked uploader.

This is the first public stable release of this uploader.

NE-Chunk-Uploader

Yet another chunked uploader

What's different?

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.

Ne-chunk-uploader documentation

Documentation:

https://github.com/beerwin/njdesktop2/blob/master/docs/index.md

Github repository:

https://github.com/beerwin/njdesktop2

NPM package:

https://www.npmjs.com/package/njdesktop

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.