What is the maximum size of a file that can be uploaded
using PHP and how can we change this?
Answer Posted / abdul
For the above question few are mentioned 2MB is default and
if we want to change need to change in the variable
'upload_max_filesize at php.ini file, so when i have seen in
that file it is mentioned 128M means how much MB is default
upload_max_filesize = 128M
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the use of pear in php?
What is the use of get and post method in php?
Define metaphone()?
What is session in PHP. How to remove data from a session?
Tell us what does $_cookie means?
what the new feature add in php 7.2?
What are different types of errors available in Php?
What is php used for?
Explain which cryptographic extension provide generation and verification of digital signatures?
What is static method php?
Difference between get and post method.
What are php magic methods?
Explain the three different kinds of Arrays?
What is php and its advantages?
How to declare an array in php?