What is the maximum size of a file that can be uploaded
using PHP and how can we change this?
Answer Posted / 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 |
Post New Answer View All Answers
How to remove values saved in the current session?
What is isset function in php?
What is crypt () in php?
Which is not a php magic constant?
Explain how is it possible to set an infinite execution time for php script?
What is difference between post and put in rest?
What are the string function in php?
What is the best way to avoid email sent through php getting into the spam folder?
What exactly is validating and sanitizing?
How is it possible to return a value from a function?
How do you execute a php script from the command line?
Does PHP 5 support exceptions? State Whether True or False?
What is nginx and what is it used for?
What difference between require() and require_once()?
Steps for the payment gateway processing?