meteor-autoform-summernote
meteor-autoform-summernote copied to clipboard
insert image ?
Does this also handle image upload ? ~Marc
Sorry for the previous comment... Yes it does handle image upload out of the box! Doesn't need any special configuration.
As base64 string ? inline in the text ? Howabout GridFS or as File ?
It currently saves the images as base64 string, I still want to know about GridFS support?
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...