Resumable File Uploader

A simple file uploader with the capability to pause and resume uploads, built using Node.js.

Features

  • Upload large files with pause and resume functionality.
  • Progress tracking during file uploads.
  • Designed to handle interruptions in network connectivity.

Setup

  1. Clone the repository:

    git clone https://github.com/naazeri/Resumable-Uploader.git
    cd Resumable-Uploader
  2. Install dependencies:

    npm install
  3. Start the server:

    npm start

License

MIT