I don't know if this is a bug. Upload two GIF files, name them as gif1 and gif2. Put a reference <dtml-var gif1> somewhere. The picture shows correctly. Now delete gif1, rename gif2 to gif1, but the <dtml-var gif1> reference still display the old deleted gif1, not the new gif1(originally gif2).
Hi Li! On Sun, 10 Oct 1999, Li Dongfeng wrote:
I don't know if this is a bug.
Upload two GIF files, name them as gif1 and gif2. Put a reference <dtml-var gif1> somewhere. The picture shows correctly.
Now delete gif1, rename gif2 to gif1, but the <dtml-var gif1> reference still display the old deleted gif1, not the new gif1(originally gif2).
This isn't a problem with Zope. It is likely that you web browser (or proxy server) has cached the image and won't d/l the new one. Try shift-reload or flush you memory/disk cache which will often solve this problem. Cheers, Benno
At 14:34 10-10-99 , Li Dongfeng wrote:
I don't know if this is a bug.
Upload two GIF files, name them as gif1 and gif2. Put a reference <dtml-var gif1> somewhere. The picture shows correctly.
Now delete gif1, rename gif2 to gif1, but the <dtml-var gif1> reference still display the old deleted gif1, not the new gif1(originally gif2).
This is a browser caching problem, it dpoesn't check if the image has changed properly. View the GIF directly, hit Force Reload if necessary. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | T: +31 35 7502100 F: +31 35 7502111 | mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ---------------------------------------------
participants (3)
-
Ben Leslie -
Li Dongfeng -
Martijn Pieters