mpowaga / meteor-autoform-summernote

https://atmospherejs.com/mpowaga/autoform-summernote
25 stars 18 forks source link

insert image ? #15

Open daslicht opened 9 years ago

daslicht commented 9 years ago

Does this also handle image upload ? ~Marc

THPubs commented 8 years ago

Sorry for the previous comment... Yes it does handle image upload out of the box! Doesn't need any special configuration.

daslicht commented 8 years ago

As base64 string ? inline in the text ? Howabout GridFS or as File ?

amannigam commented 8 years ago

It currently saves the images as base64 string, I still want to know about GridFS support?

vedovato commented 8 years ago

Now there are two ways to upload image. First is to upload as base64 as said above and another's to provide an external url from your cloudinary, amazon or dropbox storage accounts.

I'm using the "second method" because it's faster to fetch and make it possible to translate content via google api since it doesn't need to read the image as base64...