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?
feedback
|
|
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):
| |||
|
feedback
|
|
It looks like the writeBuffer has since been deprecated.
| ||||
|
feedback
|