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 php faster than nodejs?

0 Answers  


What is use of header() function in php?

0 Answers  


How to upload any files extension in our database Ex.(.doc,.txt,mp4,mp3 etc.)in php

1 Answers  


How to delete an element from an array?

0 Answers  


Is php a framework?

0 Answers  






What is the difference between php and java?

0 Answers  


What is the use of @ in php?

0 Answers  


Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?

0 Answers  


How to write php function in html onclick?

0 Answers  


What is xss in php?

0 Answers  


Is php difficult to learn?

0 Answers  


What type of language is php?

0 Answers  


Categories