Page 1 of 1

Refresh picture problem

Posted: Wed Jun 02, 2004 12:39 pm
by ansa1
I am facing with following problem.
Using php, I want to upload ten pictures to mysql db.
I have one page shows the upload, all of the ten pictures. For each picture I have BROWS and UPLOAD button.
What I need : each time if picture is uploaded, that picture should be refreshed , to show the result of upload.

ansa1

Posted: Wed Jun 02, 2004 2:10 pm
by pickle
To do that, your going to need to reload the page. Make sure the no-cache headers have been sent so a new copy of the page is definitely retrieved.