php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13863 $HTTP_POST_FILES not available!
Submitted: 2001-10-29 08:30 UTC Modified: 2001-10-29 16:37 UTC
From: rbanfield at telair dot com Assigned:
Status: Not a bug Package: Filesystem function related
PHP Version: 4.0.6 OS: Win NT4 / IIS 4
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: rbanfield at telair dot com
New email:
PHP Version: OS:

 

 [2001-10-29 08:30 UTC] rbanfield at telair dot com
Hi,

No matter how I setup my php.ini file, the $HTTP_POST_FILES array is simply not available on my NT4 machine. Setting globals on/off has no effect (yes, I am restarting the IIS service after each alteration to the php.ini file). 

Placing a "phpinfo(INFO_VARIABLES);" for instance will list the $HTTP_GET_VARS, $HTTP_POST_VARS, $HTTP_SERVER_VARS variables but not the $HTTP_POST_FILES variables - they simply aren't there! 

Is it a bug, or a feature, or have I forgotten something?

Best regards,

Robert Banfield
Programmer/Web Administrator
Telair International GmbH - Air Cargo and Baggage Handling Systems
www.telair.com
email: rbanfield@telair.com
phone: ++49 8026 398 81
fax: ++49 8026 398 30

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-29 16:37 UTC] sniper@php.net
Please ask support questions on the mailing lists:

http://www.php.net/support.php

Hint: HTTP_POST_FILES is available only when you do http upload. 

RTFM: http://www.php.net/manual/en/features.file-upload.php

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat May 10 23:01:29 2025 UTC