Skip to content

Example project how to stream files while doing upload with NodeJS and Express

Notifications You must be signed in to change notification settings

cuulee/node-file-upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example code how to handle large file upload in NodeJS

Aka how to stream the data directly to disk while they are beeing uploaded.

You can read more info https://pagep.net/2018/03/31/how-to-handle-large-file-upload-with-nodejs-express-server/

But the code should be pretty self-explanatory...

All the magic happens in the main.js

Run the code

  1. git clone https://github.com/petrvecera/node-file-upload.git
  2. cd node-file-upload
  3. yarn install
  4. yarn start

You can also use npm instead of yarn.

About

Example project how to stream files while doing upload with NodeJS and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%