RichText area and file upload

Good morning,
I set a page form with a richtext for html editing (like a cms editor). I need to upload the pdf files (or zip) and referrer it directly into richtext.

Let me explain better… I would like to provide a button that lets me upload the file and return the public url to me in the html text.

How can I do?

Thanks in advance,
Best regards.

Hello @gpaesani1

Since RichTextArea component does not support any upload features, I would suggest you to use additional FileUploadField and append a link to text area value.

Regards,
Daniil

1 Like