"Theodore Brinkman" <[EMAIL PROTECTED]> wrote in
message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I wrote a small script to generate an image file containing a version
number
> for use in some web apps we are coding at work.  The problem is, that with
> an up-to-date version of IE, the image shows up and can only be saved as a
> BMP.  Older versions don't display it, but prompt for download and save it
> correctly.  No problems in Mozilla (or presumably in Netscape 4.7x
either).
>

Try:
header("Content-Disposition: filename=$filename");

/ Franklin



-- 
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