What is the maximum size of a file that can be uploaded
using PHP and how can we change this?
Answer Posted / amit aggarwal
By default it is 2Mb. But you can change this limitation in
php.ini file.There is a variable 'upload_max_filesize'
| Is This Answer Correct ? | 53 Yes | 1 No |
Post New Answer View All Answers
How do you use end in python?
What are the difference between abstract class and interface in oops?
What are the different types of array in php?
Why ide is recommended for use while programming with php?
What are the Formatting and Printing Strings available in PHP?
What is difference between echo and print in php?
How big is varchar max?
Does csrf token change?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
How many types of inheritances used in php and how we achieve it.
How is php different from other languages?
What is the difference between indexed and associative array?
What are the php functions?
How to add 301 redirects in PHP?
What is a lambda function in php?