phpbar.de logo

Mailinglisten-Archive

[php] AW: [php] AW: [php] AW: [php] Image&Download

[php] AW: [php] AW: [php] AW: [php] Image&Download

Christian Schaefer caefer_(at)_yahoo.com
Mon, 15 Jan 2001 16:46:22 +0100


>  <?php
>  $filename = "test.jpg
>  $filepath = getenv(DOCUMENT_ROOT)."/images/$filename";
>
>  header("Content-disposition: attachment;filename=$filename");
>  header("Content-type: application/octet-stream");
>  header("Pragma: no-cache");
>  header("Expires: 0");
>  readfile("$filepath");
>  ?>
>
>  So koennte man es machen.

cool!
hab's soweit verstanden und funktionieren tut's auch, bis auf die
kleinigkeit, daß das file, welches ich downloade nur ein paar bytes
groß ist, statt der wirklichen 2mb...

woran liegt das?

christian


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com



php::bar PHP Wiki   -   Listenarchive