markJul 26
How to upload files with Meteor.js?
185
Victor Leung
Retrieving my images
hello Victor
I have implemented your solution for uploading images using GridFS to the MongoDB (using Meteor). Very elegant, thanks. But.. how can I retrieve the images?
I see my uploaded images in the database, but my expected Images.find() isn’t working. Many other variations don’t work either. Can you please give me an example in the style of your solution on how to retreive and display an image?
Thanks!