From: [EMAIL PROTECTED] Operating system: RedHat 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: field values in multipart/form when using ENCTYPE="multipart/form" for a <FORM>, PHP receives the values of fields with a prepended \n e.g. with: <PRE> <? if ($f1) { echo "test: /$f1/"; exit; } ?> </PRE> <FORM ENCTYPE="multipart/form"> <INPUT TYPE=TEXT NAME=f1> <INPUT TYPE=SUBMIT> </FORM> if I enter "Hello" into the field and submit the form I get: / Hello/ what's the deal?? I've read through all the user comments on the file uploads section but no one seems to have run into this. is it a bug or did I miss some docs somewhere? 1k thx - e r i c k -- Edit bug report at: http://bugs.php.net/?id=12130&edit=1 -- 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]