Max File Upload


(Tbaatar) #1

Hi,

 

This has been bugging me for a while now but how do you actually increase the Max File Upload from the Global Preferences?

 

It seems there is a PHP limit of 2MB, however is it not possible to change this without accessing the PHP? 

If there is no other way where can I find the configuration in the PHP?

 

 

Many thanks.


(Nic Hubbard) #2

You need to change:

 

  • post_max_size

  • upload_max_filesize

Just make sure to restart Apache.


(Tbaatar) #3

Thanks Nic,

 

Too easy.

The setting was found under /etc/php5/apache2/php.ini