Store and Retrieve Large Files with GridFS

Why use GridFS

GridFS is a specification used to store large files.

In MongoDB, we cannot store a file larger than 16MB, as that is the maximum document size it allows. We use GridFS to overcome this drawback.

Get hands-on with 1200+ tech skills courses.