How to change the file size in ZenTao?
2019-02-14 17:06:08
tengfei
I want to attach a file to the story and there is file size limited in ZenTao. How can I change the setting?
2019-02-14 17:14:04
tengfei

If you install ZenTao using the one-click installation package for Windows, the default setting of file size is 50M. Change post_max_size and  upload_max_filesize in zentao/www/.ztaccess 

For Nginx, change client_max_body_size


If using source code package, PHP default setting is 2M. You can change the post_max_size and upload_max_filesize in php.ini and restart Apache



1/1