> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to