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
Can you pass an array into a function?
What's the difference between using mysql_ functions and pdo?
How do I get csrf token?
How do I check environment variables?
What is sticky form in php?
How to access standard error stream in PHP?
What is the use of offset in mysql?
What is the scope of a variable defined outside a function?
Explain the visibility of the property or method?
What is difference between print and echo in php?
Does strlen include null?
Why is facebook still using php?
Define metaphone()?
What is htaccess in php?
How to create a public static method in PHP?