From:             pixxar at yandex dot ru
Operating system: Windows 2000 Professional
PHP version:      4.3.3RC1
PHP Bug Type:     Filesystem function related
Bug description:  Bug of Upload files via PHP

Description:
------------
Bug of Upload files via PHP

Reproduce code:
---------------
<form action = "upload.php" method="POST">
<input type="file" name="userfile">
</form>


Actual result:
--------------
$userfile_tmp_name is empty
$userfile_name is empty
$userfile_size is empty
$userfile_type is empty
$usefile = filename with path of choosed file 

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

Reply via email to