Question { 15857 }
What is the maximum size of a file that can be uploaded
using PHP and how can we change this?
Answer
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