Upload content from Mongoose DataBase to React Component Upload content from Mongoose DataBase to React Component mongoose mongoose

Upload content from Mongoose DataBase to React Component


You have to use multipart form data. And also you have to save the images in some location in your server or save it in cloud like amazon s3 for example and then store the image URL in your mongo db. Thats the good appraoch. You can find examples here