<<< Previous question <<< Question ID#0662.md >>> Next question >>>
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