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
Is set in php?
How to terminate the execution of a script in PHP?
Explain Whitespace Characters?
What are magic methods?
Why use php artisan serve?
What is php7?
What is mean tnq
What is mysql in php?
What is instantiation?
Is php a programming language?
How to break a file path name into parts?
What is singleton design pattern in php?
Write a php function to convert all null values to blank?
Explain the ternary conditional operator in php?
Explain whether it is possible to share a single instance of a memcache between multiple php projects?