From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.10) Gecko/20070510 Fedora/1.5.0.10-6.fc6 Firefox/1.5.0.10 Description of problem: When executing upload script, the $_FILE array does not get created Version-Release number of selected component (if applicable): php-5.1.6-3.6.fc6 How reproducible: Always Steps to Reproduce: 1.run URL to script 2. 3. Actual Results: print_r($_FILES) yields an empty array Expected Results: the array should be instanciated and populated Additional info: the script displays a full phpinfo() FYI
Created attachment 154697 [details] This is the script
There's a missing closing quote in the script: <form enctype="multipart/form-data action="/upload.php" method="POST"> ^ no closing quote
*** Bug 240143 has been marked as a duplicate of this bug. ***