material-ui-image-upload
material-ui-image-upload copied to clipboard
Material UI Image Upload example with Preview, Axios & Progress Bar
Material UI Image Upload example with Preview, Axios & Progress Bar
Build Material UI Image Upload example with Preview to Rest API. The React App uses Axios and Multipart File for making HTTP requests, Material UI for progress bar and other UI components. You also have a display list of images' information (with download url).
We're gonna create a React Material UI Image upload application in that user can:
- display the preview of image before uploading
- see the upload process (percentage) with progress bar
- view all uploaded images
- link to download the image when clicking on the file name
For instruction, please visit:
Material UI Image Upload example with Preview, Axios & Progress Bar
Rest APIs server for this React Client:
More Practice:
React (with Hooks) File Upload with Axios & Boostrap Progress Bar
Fullstack CRUD
With Node.js Express:
With Spring Boot:
With Django:
Serverless
This project was bootstrapped with Create React App.
Set port
.env
PORT=8081
Project setup
In the project directory, you can run:
npm install
# or
yarn install
or
Compiles and hot-reloads for development
npm start
# or
yarn start
Open http://localhost:8081 to view it in the browser.
The page will reload if you make edits.