I have changed all the php.ini parameters I know: upload_max_filesize, post_max_size.
upload_max_filesize
post_max_size
Why am I still seeing 2MB?
Im using Zend Serv
This is how i did it:
Locate in the /etc/php5/apache2/php.ini
/etc/php5/apache2/php.ini
post_max_size = 8M upload_max_filesize = 2M
Edit it as
post_max_size = 48M upload_max_filesize = 42M
(Which is more then enough)
Restarted the apache:
sudo /etc/init.d/apache2 restart