Basically phpinfo says upload_max_filesize is 2M, but I changed it in the php.ini file to 8M. I am using MAMP, so I restarted MAMP and phpinfo still says 2M. I checked the path to the php.ini file that phpinfo shows and it matched up exactly. See the YouTube video of me documenting all of this.
Basically phpinfo says upload_max_filesize is 2M, but I changed it in the php.ini file
Share
In httpd.conf file the PhpIniDir had the wrong path. It was off by one directory. That was the fix!