resumable uploading demo
resumable file uploading client using nodejs and XMLHttpRequest
Usage
-
Clone the repo
git clone https://github.com/civilcoder55/resumable-uploading-demo.git
-
Install npm packages
npm install
-
run server
npm start
-
go to
http://127.0.0.1:3000/
Credits
i followed this tutorial and added some changed https://medium.com/before-semicolon/how-to-create-a-resumable-multifile-uploader-with-javascript-b077cece11c7