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
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 |
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 difference between sql and php?
How is it possible to propagate a session id?
What are the characteristics of php variables?
What is composer used for?
How to replace a text in a string with another text in php?
i have a string and that string contains the alphanumeric value and i want to hide or semihide the 10 digit telephone number from the string.
What is the difference between require and include in php?
What is explode() in php?
Why php is sometimes called as embedded scripting language?
i got 2 year backs in my MCA,i am 28 year guy, presently learning PHP, can i get the job & on facing the interview wht i will answer out for that?? (experience in as a 1.5yr System analyst after graduation)
Is null check in php?
How can you get the size of an image in PHP?