On Tue, 2 Jul 2002, Richard Lynch wrote:
> If you can't do .htaccess, for whatever reason, second-best choice is:
>
> HREF=download.php/filenameyouwant.doc?filename=filenameyouwant.doc>Download<
> /A>
>
> Apache and PHP are gonna ignore the bogus /filenameyouwant.doc part, while
> the browser s
>a few weeks ago there was discussion on how to force open the dialogue save
>on mac ie using header()
>
>was that issue resolved? is there a solution?
header("Content-type: application/octet-stream");
If that doesn't work, your browser is broken. End of story.
Now, getting the filename you *
2 matches
Mail list logo