Posted by Rik on 05/08/06 00:23
Chuck Anderson wrote:
> And I've found that you need to use:
> header('Content-Disposition: inline; filename="somename.pdf"');
> ... to display it in the browser
>
> To create a download, save as dialog use:
> header('Content-Disposition: attachment; filename="somename.pdf"');
As I said, some people do know what they're talking about :-)
Grtz,
--
Rik Wasmus
[Back to original message]
|