On Thursday 14 November 2002 23:22, Ernest E Vogelsinger wrote:
> At 15:13 14.11.2002, Javier Montserat spoke out and said:
> --------------------[snip]--------------------
>
> >I'm using this code to various files for download via a http header -
> >
> >$filename = basename($filepath);
> >header("Content-type: unknown/unknown");
> >header("Content-Disposition: attachment; filename=$filename");
> >readfile($filepath);
> >
> >works fine in most cases - the save dialogue appears.  However -
> >
> >IE on a MAC loads the file inline rather than throwing the save prompt.
>
> --------------------[snip]--------------------
>
> Try the "application/octet-stream" content type. Any browser should ask to
> save this.

Or most likely an IE bug, it makes a regular appearance in the Windows 
versions.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
I don't care where I sit as long as I get fed.
                -- Calvin Trillin
*/


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

Reply via email to