Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Kopano Webapp attachment file

    Kopano WebApp
    2
    3
    1130
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rpatw
      rpatw last edited by

      hi

      I use Kopano 8.4.90 compiled and installed from sources, Kopano-Webapp 3.4.2

      I am unable to load attachment file larger than 9.4 MB

      my php.ini file contains
      post_max_size = 256M
      upload_max_filesize = 256M

      The message displayed in the popup is the following
      Cannot upload attachment, attachment is 11,4MB while the allowed maximum is 0 bytes.

      Anye Idea where Wepapp look for the maximum size (0 bytes)

      Thanks

      1 Reply Last reply Reply Quote 0
      • marty
        marty Kopano (Inactive) last edited by

        Try: https://stash.kopano.io/projects/KW/repos/kopano-webapp/browse/.htaccess#6

        https://documentation.kopano.io/deskapp_admin_manual
        http://documentation.kopano.io/webapp_smime_manual
        https://documentation.kopano.io/webapp_admin_manual

        1 Reply Last reply Reply Quote 0
        • rpatw
          rpatw last edited by

          Hi,

          it works by adding it in the .htaccess or apache conf file

          To avoid to use the .htaccess I have added the php directive in the httpd virtual conf file

          AllowOverride None
          php_value post_max_size 31M
          php_value upload_max_filesize 30M

          Thanks

          1 Reply Last reply Reply Quote 0
          • First post
            Last post