A default installation of PHP and Apache on a Ubuntu 13.04 will set a maximum upload limit of 2MB. Quite often you will want to increase this to a larger size. How high you set this limit will depend on your requirements. This howto guide will step you through the process to increase the PHP upload limit.
Increasing PHP upload limit: Edit the /etc/php5/apache2/php.ini file in an editor. $ sudo nano /etc/php5/apache2/php.ini search for the following line: upload_max_filesize = 2M…
Read more [...]
Increasing PHP upload limit: Edit the /etc/php5/apache2/php.ini file in an editor. $ sudo nano /etc/php5/apache2/php.ini search for the following line: upload_max_filesize = 2M…
Read more [...]