[imp] help with ie 5.5 download issue

Jeremy jeremy@electrosilk.net
Wed, 10 Jan 2001 14:04:42 +0800


How about you set up a page serving some real content to demonstrate the
fault and let people try it out.  I have had no problems with IE 5.5 on NT
like this.  Perhaps it is version or platform related ?

Jeremy

> The following php script:
>
> <?php
>
> header('Content-Type: application/x-unknown-image-gif');
> header('Content-Disposition: attachment; filename=file.gif');
>
> $fp = fopen('./file.gif', 'r');
> fpassthru($fp);
>
> ?>
>
> ... works just fine for downloading a file, in netscape, and in IE 5.5 if
you
> go directly to it.
>