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

How to remove values saved in the current session?

760


What is isset function in php?

858


What is crypt () in php?

689


Which is not a php magic constant?

793


Explain how is it possible to set an infinite execution time for php script?

730


What is difference between post and put in rest?

747


What are the string function in php?

753


What is the best way to avoid email sent through php getting into the spam folder?

786


What exactly is validating and sanitizing?

804


How is it possible to return a value from a function?

775


How do you execute a php script from the command line?

777


Does PHP 5 support exceptions? State Whether True or False?

878


What is nginx and what is it used for?

738


What difference between require() and require_once()?

820


Steps for the payment gateway processing?

761