I am using a PHP/MySQL application that allows me upload files into a web directory using POST. I cannot upload files larger than 2 MB. I have changed max upload size in php.ini, increased timeout time. etc. Nothing works.
Has anyone else encountered this issue? The files are not uploaded into MySQL.
Any more ideas how to up the max file upload size?