From:             [EMAIL PROTECTED]
Operating system: Win2000pro + IIS5
PHP version:      4.1.1
PHP Bug Type:     Scripting Engine problem
Bug description:  FileUpload: $userfile can work, but $_REQUEST["userfile"] can't

when handling upload files (use the example in the PHP manual)
is_upload_file($userfile) returns true
but if I use is_upload_file($_REQUEST["userfile"]), it returns false

$userfile = $_REQUEST["userfile"], isn't it ?
-- 
Edit bug report at http://bugs.php.net/?id=16122&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16122&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16122&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16122&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16122&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16122&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16122&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16122&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16122&r=submittedtwice

Reply via email to