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 are the two main string operators?
What is namespaces in PHP?
Tell me how can we check the value of a given variable is alphanumeric?
Is jquery better than javascript?
What is the use of the function 'imagetypes()'?
What is a php certification?
Is string php function?
What is php addslashes?
Which function would you use to read a line of data from a file in php?
What is pdo classes?
What is mean by an associative array?
Can you explain, when to use if-else if-else over switch statements?
How to create a session? How to set a value in session?
What are the php variables?
What are differences between PECL and PEAR?