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

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

0 Answers  


How to download the files using PHP

1 Answers  


What is full form of php? Who is the father or inventor of php?

0 Answers  


write the function to fetch a image from mysql databases (datatype blob).

1 Answers  


What are the options to transfer session ids?

0 Answers  






How to replace a substring in a given string?

0 Answers  


Can a trait extend a class php?

0 Answers  


What is meant by an associative array?

0 Answers  


Difference between $message vs. $$Message in php.

0 Answers  


What is $_ request in php?

0 Answers  


How many ways we can give the output to a browser?

6 Answers  


What is csrf token and how it works?

0 Answers  


Categories