I'm trying to find some documentation on the $_FILES
array, but on PHP, it's a little confusing. I read the
documentation and the comment from rep_spam@..., but
that wasn't too clear to me either.

I'm aware that when uploading a file named
$uploadedfile, the size, name, etc. get stored in
variables called $uploadedfile_size, _name, .... But
when using the $_FILES array, does everything then get
stored in $_FILES["uploadedfile"],
$_FILES["uploadedfile_size"], etc...?

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to