InterviewSolution
Saved Bookmarks
| 1. |
To check whether a file was uploaded, you look in the _______ superglobal array.(a) $_FILES(b) $_DOCS(c) $_DOCUMENTS(d) $_FOLDERSI have been asked this question in an internship interview.Enquiry is from Image Uploading Ability topic in portion Objects and Databases in PHP of PHP |
|
Answer» Right answer is (a) $_FILES |
|