Skip to content

sthony/react_upload-multiple-file-with-progressbar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload Multiple File with Progressbar Using React & NodeJS

Getting Started

git clone https://github.com/devinekadeni/react_upload-multiple-file-with-progressbar.git

cd react_upload-multiple-file-with-progressbar

We have 2 code base in this repository, 1 Client and 1 Server.

Now let's run the server code first:

cd server

npm install
node server.js // Now the server will be running on your local

Now let's run the client code:

cd client

npm install
npm start // Now the application will be running on your local

Voila, now you can try demo it by yourself.

NOTE: Don't forget to set your network into slow 3G if you want to show up the progressbar incrementing, here is the resource information from stackoverflow.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.3%
  • CSS 11.7%
  • HTML 10.0%