--- doc/faq.html 2002/07/29 09:36:23 1.3 +++ doc/faq.html 2002/09/10 11:28:36 1.4 @@ -24,9 +24,12 @@
  • I'm having problems with files bigger than 2/8 Mb

    php has two limits on uploading files configured in php.ini - upload_max_filesize is set to 2Mb by default, you should - increase it. post_max_size is set to 8Mb by default and + upload_max_filesize is set to 2Mb by default, you should + increase it. post_max_size is set to 8Mb by default and should be also increased for large files. +
    memory_limit is 8Mb and you should increase that + one too, and max_execution_time is by default 30 seconds. + If your connection with docman site is slow, increase that also.

  • I can't login back as same user after logout/relogin