phpbar.de logo

Mailinglisten-Archive

AW: [php] PDF-Download

AW: [php] PDF-Download

Jörn Bier php_(at)_phpcenter.de
Thu, 3 May 2001 12:53:48 +0200


Hallo Christoph,

>$filename = sprintf("%s/%s", $filedir, $datei);
>header("Content-type: application/x-pdf" );
>header("Content-Disposition: filename=".$datei."_rename");
>header("Content-Description: PHP Generated Data" );
>$handle = fopen("$filename" , "r");
>fpassthru($handle);

das wars, nochmal vielen Dank.
Brauchte noch ne Stunde um zu realisieren das der MIME-TYPE auf unseren
Apache (Suse-Distribution) nicht "application/x-pdf" heisst sondern
"application/pdf".
Aber jetzt funktionierts.

Gruss aus Berlin -> *Joern*

____________           ____________
web         \_________/ programming

http://www.webwerk.de
call +49-30-280-498-130       ____
_____________________________/



php::bar PHP Wiki   -   Listenarchive