Home » PHP » PHP File Upload » Question
  1. How many items are available in the $_FILES array?
    1. 5
    2. 4
    3. 3
    4. 2
    5. None of these
Correct Option: A

$_FILEs[‘userfile’][‘error’], $_FILEs[‘userfile’][‘name’], $_FILEs[‘userfile’][‘size’], $_FILEs[‘userfile’][‘tmp_name’], $_FILEs[‘userfile’][‘type’] are the five items in the array.



Your comments will be displayed only after manual approval.