(2nd try as my 1st post disappeared)
Hi,
Not sure if I can post this question here, or in the "original" thread.
If wrong, than please move this post.
Anyway. I'm using your great Ajax Image Uploader as part of a small project that I made for users to upload a small image to their profile.
This is all working great.
Now I need a "reset image" option for my project. (I know how to delete the image from the server)
So basicaly see the demo at
http://atwebresults.com/php_ajax_image_upload/Uploading an image show nicely in the <div id="upload_area"></div> (right part of the page)
The 'reset" button should "reset" the <div id="upload_area">the-uploaded-image</div> to a clean/default <div id="upload_area"></div> again.
Just reloading the form in my project is NOT an option!
Thank you for any info on how I can do this.. (I've been at this for some days now)