In PHP how many size data can upload by default?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / mrunalini
As far i know it depends on your limitations specified by
your hosting provider but not by your script. In general
when you are uploading large file sizes it is advisable to
use FTP protocol to load them into your server. For small
filesizes you can load them using HTTP.
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / ratan siddique
2 mb is default. but it will be extendable. whenever we
need for extrand capacity just we will edit php.ini file.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / webguy
Its 2mb(min) and 20mb(max) in PHP and nothing to with the
protocol as far as the size is in question.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / shravan kumar
Default size is 2 MB
Maximum size is 20 MB
| Is This Answer Correct ? | 5 Yes | 4 No |
What are php parameters?
What is escaping to php?
How to check whether cookies are disbled or not in the browser ? If that is the case how do you handle the sessions ?
What is session in php w3schools?
Which function Returns the time of sunrise for a given day / location in PHP.
What is csrf cookie?
Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engine to support <?PHP ?> mode ?
how to hidden querystring url please send sample program
What is php oops concepts?
What are the methods of array in java?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
what is the default session expire time in php? what is default file attachment size in mail in php?