What is the maximum size of a file that can be uploaded
using PHP and how can we change this?
Answers were Sorted based on User's Feedback
Answer / 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 |
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 |
What is the purpose of the '.myd' file extension? What do thes file contain?
What is the scope of career in PHP/Mysql
What's the output of the ucwords function in this example?
What is a null coalescing operator in php7?
How can a cross-site scripting attack be prevented by php?
What are the steps involved to run php?
Explain the difference between unlink() and unset()?
What does addslashes do in php?
What is the difference between include and require?
Does PHP 5 support exceptions? State Whether True or False?
Do you know what is the function mysql_pconnect() usefull for?
Explain preg_Match and preg_replace?