How to change the file size in ZenTao?
2019-02-14 17:06:08
Fei Teng
  • Visit: 1918
  • Join Date: 2016-08-02
  • Last Login: 2021-11-08
  • My Point: 0
  • PartyLevel: No Party
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
Fei Teng
  • Visit: 1918
  • Join Date: 2016-08-02
  • Last Login: 2021-11-08
  • My Point: 0
  • PartyLevel: No Party

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