--- FAQ 2002/07/20 18:27:27 1.9 +++ FAQ 2002/09/10 09:34:35 1.10 @@ -24,7 +24,10 @@ 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 - should be also increased for large files. + should be also increased for large files. memory_limit and + max_execution_time are set to reasonable numbers only if + you have fast connection and files smaller than 8 Mb. + Increase them! 5. I'm having problems using docman with php-4.1.x