i have an image upload script that uses fixed image names... when i update an image, that image will be replaced at the server using the same name as the old image... now, my browser doesn't check for the new image but checkes it cache instead and ofcourse finds the old image... how can i fix this? i've allready added headers for not letting the page cache;
(<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">)




_bobo wieland _ [EMAIL PROTECTED] _
winamp >> klart | bootybill

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to