From 0ec27642ae7fd69e2938baf349b8dd179bd2a5c3 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 10 Jul 2003 13:30:34 +0000 Subject: [PATCH] upload dir --- Documentation.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index c0d15547f..fd8fe3cf4 100755 --- a/Documentation.html +++ b/Documentation.html @@ -2221,7 +2221,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge names to align with current standards.

- [1.16] I cannot upload big dump files. + [1.16] I cannot upload big dump files (memory, http or timeout problems).

The first things to check (or ask your host provider to check) are the @@ -2231,6 +2231,9 @@ To create a new, empty mimetype please see libraries/transformations/template_ge All of these three settings limit the maximum size of data that can be submitted and handled by PHP. One user also said that post_max_size and memory_limit need to be larger than upload_max_filesize. +
+ If you get a timeout problem, look at the $cfg['UploadDir'] + feature.