In PHP how many size data can upload by default?

Answers were Sorted based on User's Feedback



In PHP how many size data can upload by default?..

Answer / devi

The default size :2 M

Max size:16 MB

Is This Answer Correct ?    21 Yes 0 No

In PHP how many size data can upload by default?..

Answer / mamta asnani

By default it is 2 MB. But we can change it in php.ini file
by "upload_max_filesize".

Is This Answer Correct ?    18 Yes 0 No

In PHP how many size data can upload by default?..

Answer / a.sureshkumar

2MB we can upload default.

Is This Answer Correct ?    15 Yes 1 No

In PHP how many size data can upload by default?..

Answer / mrunalini

As far i know it depends on your limitations specified by
your hosting provider but not by your script. In general
when you are uploading large file sizes it is advisable to
use FTP protocol to load them into your server. For small
filesizes you can load them using HTTP.

Is This Answer Correct ?    12 Yes 2 No

In PHP how many size data can upload by default?..

Answer / ratan siddique

2 mb is default. but it will be extendable. whenever we
need for extrand capacity just we will edit php.ini file.

Is This Answer Correct ?    7 Yes 1 No

In PHP how many size data can upload by default?..

Answer / sivarajan

Mrunalini answer is correct

Is This Answer Correct ?    6 Yes 1 No

In PHP how many size data can upload by default?..

Answer / webguy

Its 2mb(min) and 20mb(max) in PHP and nothing to with the
protocol as far as the size is in question.

Is This Answer Correct ?    3 Yes 1 No

In PHP how many size data can upload by default?..

Answer / shravan kumar

Default size is 2 MB
Maximum size is 20 MB

Is This Answer Correct ?    5 Yes 4 No

In PHP how many size data can upload by default?..

Answer / pckabeer

max : 1gb

Is This Answer Correct ?    4 Yes 10 No

Post New Answer

More PHP Interview Questions

How do you end php?

0 Answers  


What is difference between include and include_once in php?

0 Answers  


What is difference between Method overriding and overloading in PHP?

0 Answers  


What is rtrim php?

0 Answers  


What are properties in php?

0 Answers  






How to know user has read the email-php?

0 Answers  


Why and where do we use htaccess?

0 Answers  


How to get complete current page url in php?

0 Answers  


If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?

0 Answers  


How can we submit a form without a submit button?

23 Answers   ABC, HCL, Infosys, Kept Bug, Panys, Rushmore Consultancy, Torque Infotech, Wipro, zCon Solutions,


Tell me how can we get the error when there is a problem to upload a file?

0 Answers  


Which php framework is fastest?

0 Answers  


Categories