>I did not try Content-Length, but I have tried Content-Type with
>Content-Disposition which did not work.
I should try again, as it works every time for me.
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org
--
PHP Windows Mailing List (ht
ows (E-mail)
Subject: RE: [PHP-WIN] saving images which have been assigned a strange name
I did not try Content-Length, but I have tried Content-Type with
Content-Disposition which did not work.
Regards, | Linux
Urmil Parikh | Is it really safe to turn on your computer?
-Original M
I did not try Content-Length, but I have tried Content-Type with
Content-Disposition which did not work.
Regards, | Linux
Urmil Parikh | Is it really safe to turn on your computer?
-Original Message-
>It has happened with me too. IE takes the download filename from the URL
one
>It has happened with me too. IE takes the download filename from the URL
one
>clicks to download it.
Not if you send out the correct headers:
header("Content-Type: $mimetype";
header("Content-Length: $filelength");
header("Content-Disposition: attachment; filename=$filename");
Cheers
--
Phil D
It is certainly a bug, but in Internet Explorer...
It has happened with me too. IE takes the download filename from the URL one
clicks to download it.
Regards, | Linux
Urmil Parikh | Is it really safe to turn on your computer?
-Original Message-
Almost certainly a bug in your
Almost certainly a bug in your code. Post some code for more help.
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-ma