tomitrescak / meteor-uploads

MIT License
295 stars 41 forks source link

Store the uploaded images to MongoDB #210

Closed BehrouzRiahu closed 8 years ago

BehrouzRiahu commented 8 years ago

is it possible to create a form that uses upload_bootstrap and once the user click submit, the images will be stored in mongoDB?

tomitrescak commented 8 years ago

You can do it in server side in "finished" callback.