This GridFS tutorial explains how to use GridFS for stroring the larger files in MongoDB and when to use GridFS in MongoDB. This GridFS tutorial stores image file of 16.5 MB size to illustrate an example. MongoDB limits the size of the document in a collection to 16 MB. Realistically this should be good enough …