Re: [PHP] PHP download problem IE5 on mac

2002-11-14 Thread Justin French
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]-

Re: [PHP] PHP download problem IE5 on mac

2002-11-14 Thread Jason Wong
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("

Re: [PHP] PHP download problem IE5 on mac

2002-11-14 Thread Ernest E Vogelsinger
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

[PHP] PHP download problem IE5 on mac

2002-11-14 Thread Javier Montserat
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