Feng Forum

Support => Feng Office 3 => : marsian August 11, 2015, 04:26:42 AM

: How to increase allowed file upload size?
: marsian August 11, 2015, 04:26:42 AM
Hello,

does anyone know where to increase the current 10MB Limit for file Uploads in FO? In general, I'd rather see this as a configuration value for the Admin Panel instead of a fixed value somewhere in the code...

Thanks!
: Re: How to increase allowed file upload size?
: imendes August 11, 2015, 05:57:48 AM
You must change some lines on php.ini file, in the site root:


post_max_size = 10M
upload_max_filesize = 10M

Change to the value you want.
: Re: How to increase allowed file upload size?
: marsian August 11, 2015, 03:58:04 PM
Great, thank you :)