How do I store and retrieve files on mongodb? I have tried using
var doc = {};
You can use GridFS to store & retrieve files on MongoDB.