Re: [PHP] how to force a refresh?

2003-03-13 Thread Michael Sims
On Thu, 13 Mar 2003 02:25:57 -0800, you wrote: >Ok, well I have a form that uploads images, but of course the problem is, is >that IE caches the uploaded images. The only way to clear the cache is to >refresh, but that isn't a very user friendly approach. I've tried the >following header tags: Yo

Re: [PHP] how to force a refresh?

2003-03-13 Thread - Edwin
Or, just: ...if the same page. Note: "1" is the number of seconds... - E __ Do You Yahoo!? Yahoo! BB is Broadband by Yahoo! http://bb.yahoo.co.jp/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/

Re: [PHP] how to force a refresh?

2003-03-13 Thread - Edwin
> There is an HTML solution, but I can't remember offhand what it > is. http://where2go.after"; /> ? - E __ Do You Yahoo!? Yahoo! BB is Broadband by Yahoo! http://bb.yahoo.co.jp/ -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] how to force a refresh?

2003-03-12 Thread Liam Gibbs
<> There is an HTML solution, but I can't remember offhand what it is. HTML would be the only way to go, I'd say, since once the page is in the browser's hands, PHP can't do anything about it. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] how to force a refresh?

2003-03-12 Thread christian calloway
Ok, well I have a form that uploads images, but of course the problem is, is that IE caches the uploaded images. The only way to clear the cache is to refresh, but that isn't a very user friendly approach. I've tried the following header tags: Header("Pragma: no-cache"); Header("Expires: Mon, 26 J