[Zope-dev] no reload of image in management interface of python product
Dieter Maurer
dieter@handshake.de
Thu, 28 Jun 2001 23:01:10 +0200 (CEST)
bdorn@vup.at writes:
> i have a python product with an image as a property
> now i display the image in the management screen, but when i change the
> image via the management interface the browser does no refresh of the image
>
> is set the mod time like this:
>
> self.doc_icon.lmt=time.time()
> self.doc_icon.lmh=rfc1123_date(self.doc_icon.lmt)
>
> doc_icon is a ImageFile
>
> so the date changes but the browser doesn't update this
The browser has the image happily in its cache.
You need a "SHIFT" + "
Dieter