[Zope] Dumb object aliasing question
Chris McDonough
chrism@digicool.com
Mon, 27 Dec 1999 23:24:50 -0500
I'm still pretty sure it's the browser cache.
Try viewing the image with a query string attached to its id.
For example, if you're viewing the image at
http://localhost:8080/myimage, try typing
"http://localhost:8080/myimage?dummy=1" into the browser's address bar
and see what comes up.
HTH,
Chris
Darrell wrote:
>
> > Your browser is caching the image.
> >
> > If your image is at http://localhost:8080/myimage, go there and view it
> > (outside the management interface). You'll see the old image.
> >
> > Now (for netscape and IE), press and hold the shift key and click the
> > reload/refresh button on the browser's task bar.
> >
> > You should be presented with the new image.
> >
> >
> Didn't change anything.
> Still the same image.
>
> --Darrell