upload dir

This commit is contained in:
Marc Delisle
2003-07-10 13:30:34 +00:00
parent 204d5de0a4
commit 0ec27642ae

View File

@@ -2221,7 +2221,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
names to align with current standards. names to align with current standards.
</p> </p>
<h4> <h4>
[1.16] I cannot upload big dump files. [1.16] I cannot upload big dump files (memory, http or timeout problems).
</h4> </h4>
<p> <p>
The first things to check (or ask your host provider to check) are the 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 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 submitted and handled by PHP. One user also said that post_max_size
and memory_limit need to be larger than upload_max_filesize. and memory_limit need to be larger than upload_max_filesize.
<br />
If you get a timeout problem, look at the <tt>$cfg['UploadDir']</tt>
feature.
</p> </p>
<h4> <h4>