I’m trying to upload a picture to a server. Once the upload is finished, the page automatically refreshes. All is well in FF, Chrome etc, but in IE the new page is not updated with the new photo. This behaviour is by design: http://support.microsoft.com/kb/237885
Is there a way to force a hard refresh after a jQuery.submit?
Add a query string with timestamp to an image url, like so:
This will force to clear the all browsers cache.