Hello
I am using Richtexteditor in the website. As of now I am storing the images in the uploads folder in the virtual directory itself and the images are used in the html and the html is stored in the database. I am using absolute path in richtexteditor. The above functionality is working fine. However, I would like to store the images outside the website's virtual directory so that when I run multiple instances of the website, all instances upload the images to a common location (or CDN) and this common location path should be used in the html for images. Is there any way I can achieve this with richtexteditor?
Thanks
Raghav.