Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 446 Bytes

0662.md

File metadata and controls

18 lines (12 loc) · 446 Bytes

When uploading a file using HTTP, which variable can be used to locate the file on PHP's local filesystem?

  • A) $_FILES['fieldname']['tmp_name']
  • B) None of the above
  • C) $_FILES['fieldname']
  • D) $_FILES['fieldname'][0]['filename']
Answer

Answer: A