Re: [PHP-WIN] saving images which have been assigned a strange name

2001-04-09 Thread Phil Driscoll
>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

RE: [PHP-WIN] saving images which have been assigned a strange name

2001-04-09 Thread Darvin Andrioli
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

RE: [PHP-WIN] saving images which have been assigned a strange name

2001-04-09 Thread Urmil Parikh
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

Re: [PHP-WIN] saving images which have been assigned a strange name

2001-04-09 Thread Phil Driscoll
>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

RE: [PHP-WIN] saving images which have been assigned a strange name

2001-04-09 Thread Urmil Parikh
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

Re: [PHP-WIN] saving images which have been assigned a strange name

2001-04-09 Thread Phil Driscoll
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