ID: 8958 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Unknown/Other Function Assigned To: Comments: Previous Comments: --------------------------------------------------------------------------- [2001-02-04 12:40:04] [EMAIL PROTECTED] I can not reproduce this with latest CVS. Please try latest CVS snapshot from http://snaps.php.net/ --Jani --------------------------------------------------------------------------- [2001-01-28 15:29:53] [EMAIL PROTECTED] Being that it happens to every file uploaded, I don't know how helpful this will be but...... $file = $HTTP_POST_FILES['file']['tmp_name']; $file_name = $HTTP_POST_FILES['file']['name']; @mkdir("../Images/new/$owner",0775); copy($file,"../Images/new/$owner/$file_name"); Now, the file created has the Content-type: xxx/xxxxx plus an additional blank line at the top of the file..... --------------------------------------------------------------------------- [2001-01-27 20:50:26] [EMAIL PROTECTED] Please provide a short snippet of code that reproduces this effect. --------------------------------------------------------------------------- [2001-01-27 18:20:35] [EMAIL PROTECTED] Doing file uploads with php 4.0.4pl1 on RH7 (RedHat RPMs) appends the Content-Type: xxxx/xxxxx line to the top of the files. -- Medvitz --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=8958&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]