Sr. PHP Programmer Question:

Download Job Interview Questions and Answers PDF

How will you access the uploaded file in PHP?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

Using $_FILES['file']['tmp_name'] − it provides access to the uploaded file in the temporary directory on the web server.

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
What's the difference between the include() and require() functions?Does PHP support multiple inheritance?