标签: image meteor collectionfs
我使用Meteor CollectionFS Package(cfs:filesystem)上传图片。
我使用了这种语法:
Images = new FS.Collection("images", { stores: [imageStore] });
但它将图像存储在'cfs.images.filerecord'的新集合中,而不是我希望存储在我自己的集合中的此集合。
'cfs.images.filerecord'
怎么可能?