May 2018
Intermediate to advanced
470 pages
13h 54m
English
Allowing a user to upload a profile photo will require that we store the uploaded image file, and retrieve it on request to load in the view. There are multiple ways of implementing this upload feature considering the different file storage options:
For MERN Social, we will assume that the photo files uploaded by the user will be of small sizes, and demonstrate how to store these files in MongoDB for the profile photo ...
Read now
Unlock full access