Can I force the browser to reload cached images in certain scenarios? Caching images is VERY important to the performance of my site, so I don't want to do it globally (if that's even possible), but here's where I'll need this.
I have a page that allows the user to resize or rotate images on the server. After doing so, when the user goes to any page that displays the image (including the direct URL of the image), they are shown the cached version. Of course if the user refreshes their browser they'll see the correct image, but I don't expect all users to know that.
Is there anything I can do to force the browser to refresh? I know there's a meta tag that I can put in html pages that tells the browser not to load from cache, but what about the direct URL to the image? Anyone who knows anything about this subject, your input is greatly appreciated.
FWIW, I've only tested this at work on a corporate network with a hyperactive caching proxy server and at home with just a regular consumer Linksys router.
Thanks!