In PHP how many size data can upload by default?
Answer Posted / 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 |
Post New Answer View All Answers
Tell me what does the array operator '===' means?
How to read a file in php?
How to convert the first character to upper case?
Difference between $message vs. $$Message in php.
Which is better session or cookie?
Which function(s) in PHP computes the difference of arrays?
What is a persistent cookie in php?
How to define a function with any number of arguments?
What is the difference between characters 23 and x23?
What is http get and post?
What are the string function in php?
What is sorting php?
Explain $_FILES Superglobal Array?
What is strcmp?
> symbol is used to redirect the output of a command. State Whether True or False?