What is the maximum size of a file that can be uploaded using PHP and how can we change this? | PHP


By default the maximum size is 2MB. and we can change the following setup at php.iniupload_max_filesize = 2M