function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sp13sp13 

ability to upload image using inputTextArea richtext

The <apex:inputTextArea richtext="true"/> allows me to upload image by entering the image link:
User-added image

What I need is to be able to upload image from local folder like this:
User-added image


How can I add this to the inputTextArea?
Amit Chaudhary 8Amit Chaudhary 8
Please check below post. I hope that will help u
http://ankit-rustagi.blogspot.in/2012/10/to-insert-image-into-rich-text-area.html

Please let us know if this will help you

Thanks
Amit Chaudhary
sp13sp13
Hi Amit,

Thank you the link but it is only uploading an image using a browse button in a VF page. What I need to do is like what the image above does.

Thanks,
sp13
Harsh Singh 7Harsh Singh 7
Hi sp13,

I am also facing the same problem, any solution will really help for me.

Thank
Harsh
Harsh Singh 7Harsh Singh 7
Hi, I am also facing the same issue any solution to this problem.