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 php faster than nodejs?
How to count a number of words in a string in php?
Explain some most commonly use string functions in php?
Is runtime polymorphism overriding?
Explain the difference between php4 and php5.
What is a lambda function in php?
Which is the latest version of php?
How is it possible to know the number of rows returned in result set?
Write a program to display reverse of any number?
How to remove blank spaces from the string?
Why do we use inheritance in php?
How to know user has read the email-php?
How to download file in php?
What are the steps involved to run php?
How would you determine the size of a file in php?