Re: [PHP] Browser caching problem.

2004-09-19 Thread Octavian Rasnita
PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, September 19, 2004 2:25 AM Subject: Re: [PHP] Browser caching problem. On Sunday 19 September 2004 07:12, Daniel Guerrier wrote: I'm using this code to dynamically retrieve windows media files and send it to the browser. I thought the cache header

[PHP] Browser caching problem.

2004-09-18 Thread Daniel Guerrier
I'm using this code to dynamically retrieve windows media files and send it to the browser. I thought the cache header would prevent the file from being cached. The only problems is the .wmv file still ends up in my IE temp files folder. How can I prevent this from happening? ?php

Re: [PHP] Browser caching problem.

2004-09-18 Thread Jason Wong
On Sunday 19 September 2004 07:12, Daniel Guerrier wrote: I'm using this code to dynamically retrieve windows media files and send it to the browser. I thought the cache header would prevent the file from being cached. The only problems is the .wmv file still ends up in my IE temp files

Re: [PHP] Browser caching problem.

2004-09-18 Thread Daniel Guerrier
I am streaming it. That code is in an .asx metafile. I assume it is supposed to work like a .ram for real media. Microsoft suggests using an asx file to stream media. It does stream, I just do not want it to be cached in my IE temp files. --- Jason Wong [EMAIL PROTECTED] wrote: On Sunday 19