Barisko Posted January 28, 2003 Share Posted January 28, 2003 what html tag can i use to prevent a picture to be saved in the local cache of a visitor? so at page refresh it does not use the one from the cache but it will be forsed to download it again... thanks, Barisko Link to comment Share on other sites More sharing options...
0 Ricky Baby Posted January 28, 2003 Share Posted January 28, 2003 you can use a meta tag to force the browser to download the whole page again - cant rember what it is exactly Link to comment Share on other sites More sharing options...
0 skaife Posted January 29, 2003 Share Posted January 29, 2003 i believe it is <meta http-equiv="pragma" content="no-cache"> Link to comment Share on other sites More sharing options...
0 Barisko Posted January 29, 2003 Author Share Posted January 29, 2003 thanks for the reply! and, yes, the meta tag is correct... BUT, it only prevents the html file to be saved in temp. internet files... the picture is still saved in local cache, any other sugestions? thanks Link to comment Share on other sites More sharing options...
0 Tim Dorr Veteran Posted January 29, 2003 Veteran Share Posted January 29, 2003 thanks for the reply! and, yes, the meta tag is correct... BUT, it only prevents the html file to be saved in temp. internet files... the picture is still saved in local cache, any other sugestions?thanks Wait, what's the difference between those too? Temporary Internet Files is your system's cache of webpages.... The two are synonymous... Link to comment Share on other sites More sharing options...
0 thingsforjason Posted January 29, 2003 Share Posted January 29, 2003 thanks for the reply! and, yes, the meta tag is correct... BUT, it only prevents the html file to be saved in temp. internet files... the picture is still saved in local cache, any other sugestions?thanks Wait, what's the difference between those too? Temporary Internet Files is your system's cache of webpages.... The two are synonymous... yeah....i thought they were the same. :huh: Link to comment Share on other sites More sharing options...
0 jwkuipers Posted January 29, 2003 Share Posted January 29, 2003 Someone's running a pr0n site? hahhahahha Link to comment Share on other sites More sharing options...
0 userguy Posted January 29, 2003 Share Posted January 29, 2003 thanks for the reply! and, yes, the meta tag is correct... BUT, it only prevents the html file to be saved in temp. internet files... the picture is still saved in local cache, any other sugestions?thanks Wait, what's the difference between those too? Temporary Internet Files is your system's cache of webpages.... The two are synonymous... yeah....i thought they were the same. :huh: There is no difference. He said that the tag only prevents the HTML file from being cached, not the images. It's written in pretty plain and clear English. Link to comment Share on other sites More sharing options...
0 thingsforjason Posted January 29, 2003 Share Posted January 29, 2003 There is no difference. He said that the tag only prevents the HTML file from being cached, not the images. It's written in pretty plain and clear English. oh. :whistle: Link to comment Share on other sites More sharing options...
0 Barisko Posted January 30, 2003 Author Share Posted January 30, 2003 thanks for the reply! and, yes, the meta tag is correct... BUT, it only prevents the html file to be saved in temp. internet files... the picture is still saved in local cache, any other sugestions?thanks Wait, what's the difference between those too? Temporary Internet Files is your system's cache of webpages.... The two are synonymous... yeah....i thought they were the same. :huh: There is no difference. He said that the tag only prevents the HTML file from being cached, not the images. It's written in pretty plain and clear English. thank you! Link to comment Share on other sites More sharing options...
Question
Barisko
what html tag can i use to prevent a picture to be saved in the local cache of a visitor?
so at page refresh it does not use the one from the cache but it will be forsed to download it again...
thanks,
Barisko
Link to comment
Share on other sites
9 answers to this question
Recommended Posts