In PHP how many size data can upload by default?

Answer Posted / devi

The default size :2 M

Max size:16 MB

Is This Answer Correct ?    21 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is basename php?

530


Do you know what is use of count() function in php?

533


What is the default time in seconds for which session data is considered valid?

591


How do you measure variables?

537


Which is the latest version of php?

554






What is the different between count() and sizeof() in php?

526


Are php short tags acceptable to use?

542


What are arguments in php?

581


What are the benefits of using queries?

522


How to create an array from php string?

539


Tell me what is the difference between unset() and unlink()?

545


Is it possible to destroy a cookie?

552


Explain preg_Match and preg_replace?

565


What is the delimiter default in PHP?

628


can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.

3087