phpbar.de logo

Mailinglisten-Archive

Re[2]: [php] Probleme mit Headers

Re[2]: [php] Probleme mit Headers

Georg Weihrauch php_(at)_phpcenter.de
Thu, 17 Oct 2002 11:47:29 +0200


"Helmut P. Fleischhauer" schrieb
> .......................
> Hallo,
> habe damit keine Probleme.

> In der config.inc.php stehen die Pfade
> $fname ist der Dateiname
> Wird überwiegend für .tgz genutzt

> download.php
> <?
> include ("config.inc.php");
> $file_ext = substr($fname, -4);
> $content_type = "application/octet-stream";
> $full_file_path = $DOWNLOAD_PATH.$fname;
> header("Content-Type: $content_type");
> header("Content-Disposition: atachment; filename=$fname");
> header("Content-Length: ".filesize($full_file_path));
> readfile($full_file_path);
> exit();
> ?>

auch mit octet-stream, sowie readfile habe ich es schon versucht   im
IE das selbe ergebnis


php::bar PHP Wiki   -   Listenarchive