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
What is polymorphism?
Who developed php?
What is sticky form in php?
What are majic methords in php?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
What is list in PHP?
Explain the types of functions for Splitting String?
What are the uses of php language?
What is helper library?
How to join multiple strings stored in an array into a single string?
Can php variables have numbers?
What does a special set of tags do in php?
How can you declare a constant variable in php?
What is the use of namespace in php?
What is the use of mysqli_real_escape_string() function?