i just know to upload an image and make it to move to a folder.
will any body please tell me that how can i upload an image to the textarea.it means if a user upload an image it appears in the textarea.
kindly reply soon

I don't think textarea supports images inside it. Your best bet would be to point the background-image style property of your textarea to the url of the uploaded image.

<textarea rows="10" cols="40"
style="background-image: url(yourimage.jpg);
background-repeat: no-repeat;"></textarea>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.