flo
05-04-2005, 08:45 AM
Hello,
I've got a big problem with my client-server webapp :
- When a client ask to load a new SVG, the server generate the file (always the same file name) but on the client side the SVG is often the last one and not the new one. If the client waits a little time between each actions, the new file is loaded. But if its faster, the last one is keeped. It looks to be like a cache problem (client memory caching in the viewer).
There is a reload() funtion in jscript (see in "Current Support for SVGAdobe SVG ViewerVersion 3.0 (Build 76).pdf") but its ineffective.
Please help me !!!
I've got a big problem with my client-server webapp :
- When a client ask to load a new SVG, the server generate the file (always the same file name) but on the client side the SVG is often the last one and not the new one. If the client waits a little time between each actions, the new file is loaded. But if its faster, the last one is keeped. It looks to be like a cache problem (client memory caching in the viewer).
There is a reload() funtion in jscript (see in "Current Support for SVGAdobe SVG ViewerVersion 3.0 (Build 76).pdf") but its ineffective.
Please help me !!!