meteor / solomo

The demo we showed at Meteor Devshop August 2014 of Meteor Mobile integration. This code has moved to the examples folder in meteor/mobile-packages.
30 stars 5 forks source link

file upload #4

Closed ccorcos closed 9 years ago

ccorcos commented 9 years ago

hey, how are the images uploaded to the server? I see you're not using collectionFS

stubailo commented 9 years ago

We are storing images as base64 encoded data URIs directly in the database. This is probably not a very good idea if you want high quality images, but right now they are small enough that there are no problems.