DEV Community

Discussion on: Help! How to upload files to S3

Collapse
 
zhravan profile image
Shravan Kumar B

The best approach would be storing the image from the Server side, rather than from the client side.
From the client side approach is not actually a good practice, as a lot of burden will be carried apart from client restrictions, you will have to handle all the cases from client side, which is a overhead.