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
What does $globals mean?
How to enable error reporting in php?
What is a php object?
What are the main error types in php and how do they differ?
How to delete file in php?
Which one is best framework for php?
How do you use an array in excel?
What is the use of super-global arrays in php?
Explain Traits in PHP?
What is php oops concepts?
What is the difference between die () and exit () in php?
What is the definition of a session?
What's the difference between using mysql_ functions and pdo?
What is the difference between explode() and split() functions?
What is the use of dual table in mysql?