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 |
What are form input html tags?
How to remove duplicate values from array using php?
What is mean tnq
What is a php 5?
What is php written in?
Tell me what is the difference between get and post?
1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php file ?
how to track user logged out or not? when a user is idle?
How can we extract string 'abc.com' from a string "http://info@abc.com" using regular expression of PHP
What is psr in php?
What are the security measures we have to take for our site not to hack by others?
What is difference between print_r and echo in php?