Sep 3, 2004 #1 qsac Programmer Jan 22, 2002 242 US I cant believe i cant get this. How do I keep an image from caching? This does not work: <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-store,max-age=-1"> Any Help?
I cant believe i cant get this. How do I keep an image from caching? This does not work: <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-store,max-age=-1"> Any Help?
Sep 3, 2004 #2 Wullie Programmer Mar 17, 2001 3,674 GB Hi mate, The best way is to add a random query string to it, this fools the browsers 99% of the time as they think it is a new image. Code: image.gif?12345 Hope this helps Wullie Fresh Look - Quality Coldfusion Hosting http://www.tutorial-world.com The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails. - John Maxwell Upvote 0 Downvote
Hi mate, The best way is to add a random query string to it, this fools the browsers 99% of the time as they think it is a new image. Code: image.gif?12345 Hope this helps Wullie Fresh Look - Quality Coldfusion Hosting http://www.tutorial-world.com The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails. - John Maxwell