28 Jun
2001
28 Jun
'01
9:01 p.m.
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