How to store large files in a database with GridFS in MongoDB?
How to store large files in a database with GridFS in MongoDB? Sometimes we need to store files in our databases, but MongoDB doesn’t allow us to store files larger than 16MB in a normal document. If we want to store files of more than 16MB MongoDB has a functionality specifically for storing large files…