Meteor mongo gridfs (not cfs:gridfs)

I want a simple example for using mongo gridfs solution to prevent maximum BSON size.

I am just concerning if my document hit to 16MB.

16MB is not the collection size limit - it’s the individual document size limit.

Yes, you are right. Edited.