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

What is the difference between the include() and require() functions?

0 Answers  


What does == mean in php?

0 Answers  


What is the empty function?

0 Answers  


what the new feature add in php 7.2?

0 Answers  


What is php sequence?

0 Answers  






What is the difference between null and empty?

0 Answers  


Why do we show php code in browser?

0 Answers  


What is the advantage of runtime polymorphism?

0 Answers  


What is the difference between for and foreach in php?

0 Answers  


Differences between get, post and request methods ?

0 Answers  


How i can integrate merchant payment get way in zen cart? in php? plz help me

1 Answers   BA Continnum Solutions,


What is the use of get and post method in php?

0 Answers  


Categories