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

Is a number php?

0 Answers  


what are the errors and when we get that particular errors.and who will give that errors

3 Answers  


How do i explode this string '||25||34||73||94||116||128' i need to have a array like this array ( 0 => '25', 1 => '34', 2 => '73', 3 => '94', 4 => '116', 5 => '128' ) explode("||", $array); didnt work for me i get this array array ( 0 => '', 1 => '25', 2 => '34', 3 => '73', 4 => '94', 5 => '116', 6 => '128', )

2 Answers  


when we select some checkboxes and we went for next page if we came back to prevoius page the selcted checkboxe should be checked

2 Answers  


How do I install php?

0 Answers  






Is it difficult to learn php?

0 Answers  


What is the difference between the functions unlink and unset?

8 Answers   Small Firm, TCS,


What are the special characters you need to escape in double-quoted stings?

0 Answers  


How many types of functions are there in php?

0 Answers  


What is difference between single quotes and double quotes in php?

0 Answers  


What are the delimiters in php?

0 Answers  


What is a null coalescing operator in php7?

0 Answers  


Categories