edit php.ini to upload large file

vim /etc/php5/apache2/php.ini

upload_max_filesize = 20M
post_max_size = 20M

Comments