phpbar.de logo

Mailinglisten-Archive

Re[2]: [php] security Download -->test3

Re[2]: [php] security Download -->test3

Stefan Schiller php_(at)_phpcenter.de
Thu, 16 Aug 2001 14:24:47 +0200


Hallo Alexander,

Du weisst wie das file heisst und wo es liegt??

dann ..
$len = filesize($FilePath. $Filename);
header("Content-disposition: attachment;filename=$Filename");
header("Content-type: application/force-download;name=$Filename");
header("Content-Length: ".$len);
readfile($FilePath.$Filename);

...

ich setz noch ein "_(at)_" vor readfile, besser ist!

------------------------------------
Stefan Schiller  CORPEX-Support-Team
          stefan_(at)_corpex.de
   >>> http://www.corpex.de <<<  


php::bar PHP Wiki   -   Listenarchive