how to paste an image in a text area
-
In my application i want to add some text and an image dynamically in a text area like we are doing in e-mail.How can it be possible. Thanx in advance.
gogal1983 wrote:
How can it be possible.
Its not possible in text area. You can instead use some other element do this. for eg, a table, div etc
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
In my application i want to add some text and an image dynamically in a text area like we are doing in e-mail.How can it be possible. Thanx in advance.
Email text editors are using
iFrame
not text area. Look at open-source implementation like tinymce[^]. :)Navaneeth How to use google | Ask smart questions
-
In my application i want to add some text and an image dynamically in a text area like we are doing in e-mail.How can it be possible. Thanx in advance.