phpbar.de logo

Mailinglisten-Archive

[php] download erzwingen

[php] download erzwingen

alex emken php_(at)_phpcenter.de
Mon, 14 Oct 2002 22:32:22 +0200


> > hallo
> >
> > kann mir jemand sagen - wie ich den download eines .jpg files erzwingen
> > kann ...da muss man doch bestimmt irgendwas am mime-type rumfummeln ???
> >
> > danke
> > markus
>
> Hi Markus,
>
> versuchs mal mit:
>
> header("Content-disposition: filename=xyz.jpg");
> header("Content-type: application/octet-stream");
> header("Pragma: no-cache");
> header("Expires: 0");
> readfile("xyz.jpg");

*argh* - Fehlerteufel
Es muss

header("Content-disposition: attachment;filename=xyz.jpg");

heißen. Sorry...

Gruß,
Alex


php::bar PHP Wiki   -   Listenarchive