Home » PHP » PHP File Upload » Question
  1. Which superglobal stores a variety of information pertinent to a file uploaded to the server via a PHP script?
    1. $_FILE_UPLOADED Array
    2. $_FILES_UPLOADED Array
    3. $_FILE Array
    4. $_FILEs Array
    5. None of these
Correct Option: D

$_FILEs Array



Your comments will be displayed only after manual approval.