php-general | 2001122

RE: [PHP] HTTP_POST_FILES not working with 4.1.0? From: Richard Heyes (richard <email protected>)
Date: 12/19/01

> Try $_FILES array, if it works that means that register_globals is off.

$HTTP_POST_FILES is present with either setting of register_globals, and
fwiw is working fine here with 4.1.0. Bear in mind that you still need to
global it if inside a function, whereas with $_FILES you don't - it's a
"super-global".

-- 
Richard Heyes
"If you have any trouble sounding condescending,
find a Unix user to show you how it's done." - Scott Adams 

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>