PDA

View Full Version : caching images in Flex webapps


tenThree
04-21-2009, 07:11 PM
Hi! I can't solve the problem myself so I decided to ask :)\

I have an image in my application in datagrid, then I'm editing it (changing to sepia or b/w) then I'm saving changes on the web server, but the problem is: in swf I see old version of the image!!!

I tried to set headers... did't work!

My headers looks like:
<meta http-equiv="Cache-Control" content="no-cache"/>
<meta http-equiv="Cache-Control" content="no-store"/>
<meta http-equiv="expires" content="0"/>

But it did nothing..

I'm using WAMP server 2.0f...

Is there any possibility to turn flash/browser cache? ...
Because it's on the client side...

Hope U understood me ;)