In PHP how many size data can upload by default?
Answer Posted / mamta asnani
By default it is 2 MB. But we can change it in php.ini file
by "upload_max_filesize".
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Which framework is best for php development?
What is html used for?
What is the difference between characters and #?
what is mean by portal
How to connect to mysql from a php script?
List some of the features of php7.
How do you end a function in python?
What is the alternative structure for control structures?
How can I learn php fast?
What is return value in php?
What is the purpose of basename() function in PHP?
What are sql injections, how do you prevent them and what are the best practices?
Tell me how comparison of objects is done in php5?
What are the different types of statements that are present in php?
What does a dependant variable mean?