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
What is is_null() in php?
What is the difference between php and core php?
How to assigning a new character in a string using php?
What is the best php version for wordpress?
Which is the latest version of php?
What are the advantages of oops in php?
Why do we use inheritance in php?
What is php and features of php?
How can you submit a form without a submit button?
Where is php code written?
What is substr() in php? And how it is used?
How can i execute PHP File using Command Line?
What does csrf token mean?
In php, objects are they passed by value or by reference?
Distinguish between urlencode and urldecode?