From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4CVS-2002-11-14
PHP Bug Type:     Scripting Engine problem
Bug description:  $_POST not filled with enctype="multipart/form-data" 

Following form does not work in PHP_4_3 from CVS.

<html><head><title></title></head>
<body>
<?php print_r($_POST);?>
<form name="Master" action="./post.php" method="post" 
enctype="multipart/form-data" >
<input type="test" name="hello" value="world"> 
<input type="submit">
</form>
<?php phpinfo();?>
</body>
</html>


enctype="application/x-www-form-urlencoded" does work.

maybe it has something to do with the recent changes in the POST area.

chregu
-- 
Edit bug report at http://bugs.php.net/?id=20435&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20435&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20435&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20435&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20435&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20435&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20435&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20435&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20435&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20435&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20435&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20435&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20435&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20435&r=isapi

Reply via email to