Bug 240143

Summary: $_FILE variable is not available (ever) or when executing php upload script
Product: [Fedora] Fedora Reporter: Ron Askew <ron_askew>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: ron_askew
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
URL: http://www.tecforth.com/listing10.12.php
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-05-15 14:51:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
PHP Script at the provided URL none

Description Ron Askew 2007-05-15 14:38:24 UTC
Description of problem:


Version-Release number of selected component (if applicable):
php-cli.x86_64 5.1.6-3.6.fc6

How reproducible:
run provided URL

Steps to Reproduce:
1. Use upload dialog on URL page
2.
3.
  
Actual results:
print_r($_FILES);  yields an empty array

Expected results:
print_r($_FILES);  should yield a populated array

Additional info:
The URL provides phpinfo(); output

Comment 1 Ron Askew 2007-05-15 14:38:24 UTC
Created attachment 154737 [details]
PHP Script at the provided URL

Comment 2 Joe Orton 2007-05-15 14:51:43 UTC

*** This bug has been marked as a duplicate of 240085 ***