InterviewSolution
Saved Bookmarks
| 1. |
What Is The Maximum Size Of A File That Can Be Uploaded Using Php And How Can We Change This? |
|
Answer» By default the MAXIMUM size is 2MB. and we can change the FOLLOWING SET up a php.iniupload_max_filesize = 2M By default the maximum size is 2MB. and we can change the following set up a php.iniupload_max_filesize = 2M |
|