Whatever I do (phpinfo(), echo $HTTP_POST_FILES['userfile']['type']) to
display the array $HTTP_POST_FILES , I get nothing.
My HTML form seems to be correct according to the previous messages in the
mailing-list. phpinfo() displays infos about http_post_vars and I get the
proper variables according to my file there but nothing about
http_post_files.
register_global and track_var are on in php.ini but still no luck.
Any idea?
Michael
--
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]