What is the maximum size of a file that can be uploaded
using PHP and how can we change this?
Answer Posted / 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 |
Post New Answer View All Answers
How can you upload a file using php?
What is php and its uses?
How can php and javascript interact?
What is the sign to start variables in PHP?
What is full form of php? Who is the father or inventor of php?
When to use single quotes, double quotes, and backticks?
Explain some of the php array functions?
Write a program in php to find the occurrence of a word in a string?
What is die in php?
What is difference between isset and empty in php?
Why die is used in php?
Does php support polymorphism?
How can I load data from a text file into a table?
What is the use of the function htmlentities?
Define soundex()?