A simple file uploader with the capability to pause and resume uploads, built using Node.js.
- Upload large files with pause and resume functionality.
- Progress tracking during file uploads.
- Designed to handle interruptions in network connectivity.
-
Clone the repository:
git clone https://github.com/naazeri/Resumable-Uploader.git cd Resumable-Uploader
-
Install dependencies:
npm install
-
Start the server:
npm start
MIT