Hello, I had the same problem as you for months!
until someone post this a couple of weeks ago:

header("Content-Type: application/octet-stream");
header("Content-Disposition: attachment; filename=file.txt");
include("file.txt");

py

----- Original Message -----
From: Aleksey Yarilovets <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 23, 2001 9:44 AM
Subject: [PHP] file download


> Hi everyone!
>
> I need user to dowload a file from my server ( Apache ), what i do is:
> <?
>    header("Content-Type: application/download");
>    header("Content-Disposition: attachment; filename='report.txt'");
>     echo "file contents";
> ?>
>
> It was working till now but sudenly i start recieve the message from
> iexplorer:
>
> IE can not download ScriptName.php file from the server.
> IE was not able to open this site. The requested site either unavailable
or
> can not be found.
>
> :(((((((((((((
>
> Does somebody knows what is going on?
>
> Thanks, Alexey.
>
> Email: [EMAIL PROTECTED]
> ICQ# 101975252
>
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to