msalehy / react_upload-multiple-file-with-progressbar

source code for dev.to article

Home Page:https://dev.to/devinekadeni/how-to-upload-multiple-file-with-progress-bar-reactjs-redux-and-expressjs-4hb3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

source code for dev.to article

https://dev.to/devinekadeni/how-to-upload-multiple-file-with-progress-bar-reactjs-redux-and-expressjs-4hb3


Languages

Language:JavaScript 78.2%Language:CSS 11.7%Language:HTML 10.0%