How to process the uploaded files?



How to process the uploaded files?..

Answer / Deepu Nayak

To process an uploaded file in PHP, you first need to handle the file upload using the $_FILES superglobal array. After that, you can read, move, or manipulate the file as needed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What are form input html tags?

1 Answers  


How to remove duplicate values from array using php?

1 Answers  


What is mean tnq

1 Answers   TNQ,


What is a php 5?

1 Answers  


What is php written in?

1 Answers  


Tell me what is the difference between get and post?

1 Answers  


1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php file ?

9 Answers   IBM,


how to track user logged out or not? when a user is idle?

1 Answers  


How can we extract string 'abc.com' from a string "http://info@abc.com" using regular expression of PHP

6 Answers   Wipro,


What is psr in php?

1 Answers  


What are the security measures we have to take for our site not to hack by others?

1 Answers   Infosys,


What is difference between print_r and echo in php?

1 Answers  


Categories