Hi,
I tried a file uploading program. It worked fine. But, after successfully uploading the file, if I delete that uploaded file and press 'F5' or 'Ctrl R', (it asks whether to retry or cancel) the previously uploaded (and deleted) file comes back again. I read that the temp file will be deleted once it is moved. How could the file come back again? Could anyone tell me why this is happening and how to avoid this?
I'm using the move_uploaded_file command to move the file from temp directory to the original place.
Thanks
Senthil