ID: 15251 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: HTTP related Operating System: Linux PHP Version: 4.2.0 2002-02-07 New Comment:
Hmmm tjo, you know the procedure... 1) Can you try it with IE5.5? 2) Is this exact the script you used? (remember the ;) 3) what is your config.nice (cause i wasnt able to reproduce) with my plain installation Previous Comments: ------------------------------------------------------------------------ [2002-02-07 05:52:31] [EMAIL PROTECTED] Oops. Problem still exists :( ------------------------------------------------------------------------ [2002-02-07 05:50:30] [EMAIL PROTECTED] I tested again. It works for me now :) I don't actually change configuration. I upgraded to apache 1.3.23/mod 2.8.6, though. ------------------------------------------------------------------------ [2002-02-04 09:37:57] [EMAIL PROTECTED] Hmm. That's strange. One thing I can think of is mbstring module, but mbstring module is designed not to convert multi-part form data.... I'll try w/o mbstring when I have time. BTW, I didn't notice parse error. I'll check if it's logged, also. ------------------------------------------------------------------------ [2002-02-04 08:15:21] [EMAIL PROTECTED] with no effect i mean: uploading one or two files worked without any problem. ------------------------------------------------------------------------ [2002-02-04 07:39:54] [EMAIL PROTECTED] $HTTP_POST_FILES["input_name"] if (isset($HTTP_POST_FILES)) { print_r($HTTP_POST_FILES); } There is a missing ; if i add it i see no effect without it i dont get any response (only headers) and the apache error log tells me that there is a parse error in line... Shouldn't that parse error get printed to the http stream? ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/15251 -- Edit this bug report at http://bugs.php.net/?id=15251&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php