A mulitple files uploader, support resuming from break point.
- server: nodejs
- client: html, rxjs
- Install
npm install
- Start server. By default, this will start a server at
http://localhost:9999
node server.js
- Open your browser and visit the server. The file selection support drag & drop.
- The uploaded file will be stored in
./upload
by default.