I am passing image object array in my axios post request to node js server as below:
How can I store this image array object directly into mongodb so that I can retrieve i later as well and show it on UI?
I am passing image object array in my axios post request to node js server as below:
How can I store this image array object directly into mongodb so that I can retrieve i later as well and show it on UI?