techkid wrote:I'm working on a image uploader script.
I've a form on index page and I want to display this image when somebody click submit button.
How can I do that?
if you only want to display image after clicking on the submit button then y can use the php redirect method. first u create a form which contain image that y want to display after that use the php's redirect method and redirect the control on that page which contain the image.
syntax is
if you only want to display image after clicking on the submit button then y can use the php redirect method.
Purpose of 'upload in progress' is to display to user that something is happening, not that image was uploaded?
On some browsers after pressing submit, animated images will stop, so only way is to use asynchronous file upload.
Google returned a lot of tutorials on this subject asynchronous file upload