web-components icon indicating copy to clipboard operation
web-components copied to clipboard

[rich-text-editor] Support uploading images to server instead of embedding as bas64 encoded data

Open jiezaizone opened this issue 5 years ago • 3 comments

Mode in RTE component that allows you to upload the image to the server for embedding into the rendered text, instead of embedding the image base64 encoded as part of the text data.

jiezaizone avatar Jul 18 '20 16:07 jiezaizone

Thanks for the issue. This is not currently supported.

web-padawan avatar Jul 20 '20 12:07 web-padawan

Also related to vaadin/vaadin-rich-text-editor#86

alvarezguille avatar Jul 21 '20 10:07 alvarezguille

Probably this would require integrating this plugin: https://github.com/NoelOConnell/quill-image-uploader

TatuLund avatar Oct 14 '25 08:10 TatuLund