i have a pop-up window where users load images.
The first time a user loads an image, the window correctly displays the image. However, when the user uploads another image in the same window (thus replacing the original image), the new image does not get displayed.
i know this is caching problem, but don't know how to get around it. is there a way i can load the new image without having to refresh the pop-up window?
The first time a user loads an image, the window correctly displays the image. However, when the user uploads another image in the same window (thus replacing the original image), the new image does not get displayed.
i know this is caching problem, but don't know how to get around it. is there a way i can load the new image without having to refresh the pop-up window?