Does anyone have experience with this
I wanted to use $_files in my class
like
$Uploadfile= $_FILES['file'];
but then the script errors
I thought superglobals were acccessible anywhere
thanks, Richard
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes,
$_FILESis a superglobal, which means that it’s accessible from every scope. It’s only set if the request actually contains amultipart/form-databody.