Answer Posted / Sonal Kushwaha
Yes, MongoDB can be used to store images, although it's not primarily designed as an image storage system. The GridFS API provides support for handling large files like images by splitting them into chunks and storing the chunks as separate documents within a collection.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers