ID:               24326
 Updated by:       [EMAIL PROTECTED]
 Reported By:      pixxar at yandex dot ru
-Status:           Open
+Status:           Bogus
 Bug Type:         Filesystem function related
 Operating System: Windows 2000 Professional
 PHP Version:      4.3.3RC1
 New Comment:

Please refer to: 
http://www.php.net/manual/en/features.file-upload.php

You forgot a form attribute.


Previous Comments:
------------------------------------------------------------------------

[2003-06-24 23:13:29] pixxar at yandex dot ru

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 this bug report at http://bugs.php.net/?id=24326&edit=1

Reply via email to