IE5 Mac is a *B I T C H* with file downloads. It doesn't behave like any
tutorial suggests it should.
Justin French
on 15/11/02 1:22 AM, Ernest E Vogelsinger ([EMAIL PROTECTED]) wrote:
> At 15:13 14.11.2002, Javier Montserat spoke out and said:
> [snip]-
On Thursday 14 November 2002 23:22, Ernest E Vogelsinger wrote:
> At 15:13 14.11.2002, Javier Montserat spoke out and said:
> [snip]
>
> >I'm using this code to various files for download via a http header -
> >
> >$filename = basename($filepath);
> >header("
At 15:13 14.11.2002, Javier Montserat spoke out and said:
[snip]
>I'm using this code to various files for download via a http header -
>
>$filename = basename($filepath);
>header("Content-type: unknown/unknown");
>header("Content-Disposition: attachment; fil
I'm using this code to various files for download via a http header -
$filename = basename($filepath);
header("Content-type: unknown/unknown");
header("Content-Disposition: attachment; filename=$filename");
readfile($filepath);
works fine in most cases - the save dialogue appears. However -
IE
4 matches
Mail list logo