vaadin / web-components

A set of high-quality standards based web components for enterprise web applications. Part of Vaadin 20+
https://vaadin.com/docs/latest/components
447 stars 83 forks source link

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

Open jiezaizone opened 4 years ago

jiezaizone commented 4 years ago

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.

web-padawan commented 4 years ago

Thanks for the issue. This is not currently supported.

alvarezguille commented 4 years ago

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