huge-file-uploader
v1.0.5
Published
A Node.js module to upload huge files using Express and Multer
Readme
Huge File Uploader
A Node.js module to upload large files efficiently.
Installation
npm install huge-file-uploaderUsage
const { Uploader } = require('huge-file-uploader');
const uploader = new Uploader('myUploads'); // Set upload directory
uploader.uploadFile('path/to/largefile.mp4')
.then((filePath) => console.log(`File uploaded to: ${filePath}`))
.catch((err) => console.error(`Upload failed: ${err.message}`));License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Feel free to open an issue or submit a pull request if you'd like to contribute to this project.
Author
Dipin Niroula - [email protected], [email protected]
www.roqos.com
