Change PHP Upload Limit

Ubuntu 10.04.2 LTS server needed to change the PHP limit (upload_max_filesize 2M 2M) to 8MB:

nano /etc/php5/apache2/php.ini
Ctrl W
upload_max_filesize
Change 2M to 8M
Save and Close
apache2ctl restart

Leave a Reply

Your email address will not be published. Required fields are marked *