Increase filesize upload capacity

Discussion in 'Plugins/Modules/Addons' started by Keoz, Nov 29, 2019.

  1. Keoz

    Keoz Member

    Hello,

    I am in touch with support service for Perfex CRM whose representative says that the upload of a zip file (chat module) is prevented due to a to low filesize upload capacity on my server. Can someone tell me how to increase this capacity from ISP Config3 panel (last version)?

    Regards,
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Go to website Options tab, there add something like this to Custom php.ini settings:
    Code:
    post_max_size = 80M
    upload_max_filesize = 80M
     
    ahrasis likes this.
  3. Keoz

    Keoz Member

    Zip file uploaded successfully, thanks !
     

Share This Page