I am new to Node.js. Can anyone provide me an example of how to use GridFS for storing and retrieving binary data, such as images, using Node.js and Mongoose? Do I need to directly access GridFS?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
I suggest taking a look at this question: Problem with MongoDB GridFS Saving Files with Node.JS Copied example from the answer (credit goes to christkv):
|
|||||
|
|
It looks like the writeBuffer has since been deprecated.
|
||||
|