Posted by Jerry Stuckle on 02/26/07 12:08
chris wrote:
> I am uploading a new image to my database.
> The upload works ok and the new image is stored ok on server.
> The problem is can I force a reload on cache to display the new image.
> If I reload the page it works fine but if i dont then the old image is
> displayed.
> is there a way to force a reload of image.
> Thanks
Chris,
You can "recommend" a reload with the no-cache header:
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
But you can't "force" a reload. Browsers (and cashing servers between
your site and the client) are free to ignore it.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|