On Tue, 23 Apr 2002, .ben wrote:
> I think this is only an issue with an un-patched IE5.01, anything higher
> than that should work fine.
In my experience, there're problems even with MSIE 6.x.
Regards,
Rodolfo.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://
I think this is only an issue with an un-patched IE5.01, anything higher
than that should work fine.
.b
> -Original Message-
> From: Negrea Mihai [mailto:[EMAIL PROTECTED]]
> Sent: 23 April 2002 12:26
> To: [EMAIL PROTECTED]
> Subject: [PHP] file download in IE
>
Hi!
How on earth do I make Internet Explorer to download a file generated with:
header("Content-type: application/octet-stream");
header("Content-Disposition: attachment; filename=$fname");
include($this->dir . $fname);
exit;
It works on http but I need it on htt
3 matches
Mail list logo