Skip to content

A mulitple files uploader, support resuming from break point.

Notifications You must be signed in to change notification settings

apoliszk/file-uploader

Repository files navigation

file-uploader

A mulitple files uploader, support resuming from break point.

  • server: nodejs
  • client: html, rxjs

How to get it working

  1. Install
    npm install
  2. Start server. By default, this will start a server at http://localhost:9999
    node server.js
  3. Open your browser and visit the server. The file selection support drag & drop.
  4. The uploaded file will be stored in ./upload by default.

About

A mulitple files uploader, support resuming from break point.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published