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


Please Help Members By Posting Answers For Below Questions

Tell me are parent constructors called implicitly inside a class constructor?

736


Could we start a variable with number like $4name?

688


How to get ip address of clients machine?

720


What is the difference between laravel and php?

687


Does session expire on closing browser?

688


What would occur if a fatal error was thrown in your php program?

731


How to create a session? How to remove data from a session?

730


What is difference between include,require,include_once and require_once()?

735


Explain about a search-friendly site looks like?

645


What is html used for?

754


How to replace a substring in a given string in php?

734


What is the functionality of md5 function in php?

777


How to write php function in html onclick?

705


What is the difference between htmlentities() and htmlspecialchars()?

733


How to remove the new line character from the end of a text line in php?

733