Sr. PHP Programmer Question:

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.


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