Sr. PHP Programmer Question:
How will you access the uploaded file in PHP?
Answer:
Using $_FILES['file']['tmp_name'] − it provides access to the uploaded file in the temporary directory on the web server.
Previous Question | Next Question |
What's the difference between the include() and require() functions? | Does PHP support multiple inheritance? |