At 11:16 18.03.2003, Kevin Kaiser said:
[snip]
> I have a simple php download script that streams a
> non-web-accessible file
>to the browser using this generally accepted method:
>
> header("Expires: 0");
> header("Cache-Control: privat
I have a simple php download script that streams a non-web-accessible file
to the browser using this generally accepted method:
header("Expires: 0");
header("Cache-Control: private");
header("Content-Type: application/save");
header("Content-Length: ".fi
2 matches
Mail list logo