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 folder.  How can I prevent this from
> happening?

Don't give them the file in the first place?

If you're trying to prevent someone from saving the file and playing it back 
at a later date then I think you'll need to stream the file. Have a look on 
the MS site. Note that no matter what you do, if someone is determined enough 
they'll still be able to capture the contents.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Indecision is the true basis for flexibility.
*/

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

Reply via email to