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
How can I use single quotes in single quotes in php?
What is a closure in php?
What is use of mysqli_query in php?
Can php variables have numbers?
What is the integer?
How to create a directory?
write a note on Testing the web site
Tell me what is the default session time in php?
Do you have to initialize variables in php?
What is api used for?
How to create a session? How to remove data from a session?
How arrays are used in php?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
Is array function in php?
What is x+ mode in fopen() used for?