Meteor-Community-Packages/Meteor-CollectionFS

How to directly download the image after successfully uploading to gridFS

Opened this issue · 1 comments

I wanted to upload images using gridFS, and after successfully upload, I want to automatically download the file into user's desktop download folder. I am doing all these in redux so I could not embed an link for download.

However after times of reading the documentation, I can only found some very vague information about downloading. Anyone can provide a clear example for this?

related to #323