Store and Retrieve Large Files with GridFS
Learn and practice storing and retrieving 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 1400+ tech skills courses.