About RichTextArea's img url

i want upload img in RichTextArea
like this:
企业微信截图_20180525100601
when i click this button open a upload window rather than open a url
how to do it?

Hi,

The RichTextArea component cannot be modified and does not support file upload dialog. You can either use it as is or consider using an additional FileUploadField.

微信截图_20180528102317
we need the page like this
it can input text and insert img in the text
how to realize it?

We don’t have a component that implements such functionality out-of-the-box. You can find or create your own custom JavaScript component.