Traceton / react-ecommerce

A basic app to showcase my React js skills.
https://traceton-react-ecommerce.herokuapp.com/
0 stars 0 forks source link

Max file size implementation #17

Closed Traceton closed 3 years ago

Traceton commented 3 years ago

The react store node api/ multer recently had a max file size of 800,000 implemented.
Now This project needs to make use of that. Currently if you try to upload any images (inventory item or profile pictures), that are larger than the minimum size, nothing happens in the app, but a error is returned from theApi.

Traceton commented 3 years ago

Users will receive a alert when they try to use a file that is to large.