axios-upload
JSON →axios-upload is a lightweight npm package (v1.0.10) that extends axios to simplify uploading form data with file streams in Node.js. It automatically handles FormData creation and stream piping, including a default 100MB upload limit (configurable via maxContentLength). This package is designed for Node.js environments only and has a very small footprint. The release cadence is irregular; no major updates or breaking changes have been reported since initial release. It differentiates itself by providing a minimal wrapper around axios for file uploads without requiring manual FormData construction or multipart headers.
Resources
packageaxios-upload ↗