KuroGuo / large-file-upload-nodejs

πŸ‹οΈβ€β™€οΈ Huge file transfer from web (javascript) or mobile clients to Nodejs server over HTTP protocol (ex, 512 MB, 1 GB, 6 GB)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Large Files https://www.thinkbroadband.com/download

  • 512 MB upload (passed)
  • 1 GB upload (passed)
  • 6 GB upload (passed)

javascript fetch doesn't support upload progress event but axios and XmlHttpRequest support it

File upload script,

curl http://localhost:8090/upload -F my-file=@IF-None-Match.png

About

πŸ‹οΈβ€β™€οΈ Huge file transfer from web (javascript) or mobile clients to Nodejs server over HTTP protocol (ex, 512 MB, 1 GB, 6 GB)


Languages

Language:JavaScript 81.9%Language:HTML 18.1%