1

你如何把 close() 放在 writeBuffer 回调中?

这个问题涉及: MongoDB GridFS 使用 Node.JS 保存文件的问题

4

1 回答 1

2

一个简单的例子是

https://github.com/mongodb/node-mongodb-native/blob/master/test/gridstore/grid_store_test.js#L97

还要检查文档以了解行为的变化,writeBuffer 已被删除,因此只需使用 write。

http://mongodb.github.com/node-mongodb-native/

于 2012-04-18T19:26:55.677 回答