Hi all!
I have made a page with an input "file" field for the user to be able to upload an image.
I have made an php script that takes care of the checking of the file and saves it to the server.
The problem is that the browser caches the images so when you upload a new image, the old image is still displayed after upload.
How do I make the browser to refresh the image??
Many thanks in advance!!
Marcux