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 function file_get_contents() usefull for?
What is the purpose of the '.frm' file extension? What do thes file contain?
How to increase the maximum execution time of a script in php?
Write a program to display table of a number using php?
What is a substring in php?
What is a query in php?
Which function would you use to replace a record in a database in php?
What is the difference between php and core php?
How long is session timeout?
What enctype is required for file uploads to work?
What is the difference between echo, print and printf()?
What is the default session time in php?
What is __ invoke in php?
Can you give example for trait in php?
Where can I find php ini file?