Can we store files in mongodb?
Answer Posted / Mohammad Shavab
No, MongoDB is not designed to store binary large objects (BLOB) or files directly. However, you can use GridFS to handle and manage larger files.
Post New Answer View All Answers
How to define array in mongoose schema?
2
what is the command syntax for inserting a document?
6
How did mongodb get its name?