Increasing PHP upload limit over 8MB
- August 27, 2012
Recently I was asked to increase the upload limit of a WordPress installation that I am hosting. I knew that the limit was based on the setting inside my php.ini file so I opened the file and changed the upload_max_filesize variable setting to 50M. That should do it, right? Not really. I then logged back […]