ID: 9468 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Filesystem function related Assigned To: Comments: $filenum=fopen($path . "/" . $attachment_name,"rb"); Read the manual page: http://www.php.net/fopen Where it says: "The mode may contain the letter 'b'. This is useful only on systems which differentiate between binary and text files (i.e., it's useless on Unix)." --Jani Previous Comments: --------------------------------------------------------------------------- [2001-02-26 14:40:36] [EMAIL PROTECTED] i am using php 4.0.4 (build 20.12.2000) on w2k (build 2195)with iis5. pls. note that fread function has a problem reading a binary file (*.zip) afer uploading. fread stops after reading 389 bytes instead of reading the whole file using following code: $filesize=filesize($path . "/" . $attachment_name); $filenum=fopen($path . "/" . $attachment_name,"r"); $filestuff=fread($filenum,$filesize); fclose($filenum); pls. help --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=9468&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]