-----Original Message-----
From: Jochem Maas [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 15, 2006 5:20 PM
To: Barry
Cc: php-general@lists.php.net
Subject: Re: [PHP] Re: File Download Headers

Barry wrote:
> Richard Lynch schrieb:
>> and are all you can find from Google?
> O_o
> 
>> Anybody?
> What?!?

Barry, chances are Richard was already initiating downloads
when you were still eating from a bottle.

> 
> 
> I for myself use this:
> header("Content-Type: application/force-download");
> header("Content-Type: application/octet-stream");
> header("Content-Type: application/download");

IIRC:
one Content-Type header per request is all your allowed,
php will overwrite the first to 'Content-Type' header calls with
the content

> 
> Never had any problems with any browser.

have you ever used/tried Mosiac1.0?

> 
> Barry

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

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

Reply via email to