What is the maximum size of a file that can be uploaded
using PHP and how can we change this?

Answers were Sorted based on User's Feedback



What is the maximum size of a file that can be uploaded using PHP and how can we change this?..

Answer / amit aggarwal

By default it is 2Mb. But you can change this limitation in
php.ini file.There is a variable 'upload_max_filesize'

Is This Answer Correct ?    53 Yes 1 No

What is the maximum size of a file that can be uploaded using PHP and how can we change this?..

Answer / umapathi

2mb

Is This Answer Correct ?    31 Yes 5 No

What is the maximum size of a file that can be uploaded using PHP and how can we change this?..

Answer / abdul

For the above question few are mentioned 2MB is default and
if we want to change need to change in the variable
'upload_max_filesize at php.ini file, so when i have seen in
that file it is mentioned 128M means how much MB is default

upload_max_filesize = 128M

Is This Answer Correct ?    1 Yes 4 No

What is the maximum size of a file that can be uploaded using PHP and how can we change this?..

Answer / chourasia.rahul84

Its 32 Mb not 2 Mb

Is This Answer Correct ?    2 Yes 8 No

Post New Answer

More PHP Interview Questions

Who is the father of PHP and explain the changes in PHP versions?

2 Answers   Rushmore Consultancy,


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

3 Answers  


Is php open source?

0 Answers  


Why do you need to filter out empty files?

0 Answers  


What is the meaning of "enctype= multipart/form-data" ?

0 Answers  






What is the scope of career in PHP/Mysql

34 Answers   Verizon, VGT,


How do we get the current session id?

0 Answers  


What is a null coalescing operator in php7?

0 Answers  


How can we submit a form without a submit buttom?

12 Answers   A1 Technology, IBM,


Which is useful for method overloading?

0 Answers  


Explain me how to include a file to a php page?

0 Answers  


What is the difference between $message and $$message ?

7 Answers   Oracle, TouchStone,


Categories