Traceton / react-ecommerce

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

File sizes for inventory items and profile pics need a limit. #16

Closed Traceton closed 3 years ago

Traceton commented 3 years ago

When saving images using the react store node api. item images and profile pictures can be easily to large, and cause major performance issues. There needs to be a limit set either in the REST api or in the app itself.

Traceton commented 3 years ago

Multer filesize limit created in the react-store-node api. set to 500,000.