[PHP] Re: Download with header() - file corrupted

2005-03-07 Thread Werner Jäger
I solved the problem with inserting this line at the beginning: ob_end_clean(); all works fine.. I am using php 4 with IIS6 / WinServer 2003 thanks Werner Jäger wrote: I try to download a file wit follow code: $len = filesize($file); $filename = basename($file); header("Pragma: p

[PHP] Download with header() - file corrupted

2005-03-02 Thread Werner Jäger
I try to download a file wit follow code: $len = filesize($file); $filename = basename($file); header("Pragma: public"); header("Expires: 0"); header("Cache-Control: must-revalidate, post-check=0, pre-check=0"); header("Cache-Control: public"); header("Content-Description: File