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
Tell me are parent constructors called implicitly inside a class constructor?
Could we start a variable with number like $4name?
How to get ip address of clients machine?
What is the difference between laravel and php?
Does session expire on closing browser?
What would occur if a fatal error was thrown in your php program?
How to create a session? How to remove data from a session?
What is difference between include,require,include_once and require_once()?
Explain about a search-friendly site looks like?
What is html used for?
How to replace a substring in a given string in php?
What is the functionality of md5 function in php?
How to write php function in html onclick?
What is the difference between htmlentities() and htmlspecialchars()?
How to remove the new line character from the end of a text line in php?