【发布时间】:2014-04-12 12:01:05
【问题描述】:
大家好,我在我的陨石应用程序中使用 CollectionFS GridFS 和 cvs-filesystem。这是我的初始化代码:
Images = new FS.Collection("images", {
stores: [new FS.Store.FileSystem("images", FS.Store.rootPath)]
});
我将上传的图片存储到 root 或 /.meteor/local/cfs/files/images/uploadedfile
请帮助我,如何访问存储在 /.meteor/local/cfs 的文件? 所以我可以获取网址并显示上传的图片。
【问题讨论】:
标签: javascript meteor meteorite