Using MongoDB GridFS on Cloud Foundry with Node.js
Using MongoDB in Node.js applications is extremely popular these days. One of the popular features of MongoDB is GridFS, the MongoDB’s filesystem interface that allows us to store and retrieve files. This video explains one of the ways to upload a file from browser to MongoDB’s GridFS running on Cloud …