summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-10-04 03:42:12 +0200
committerRick Ellis <rick.ellis@ellislab.com>2008-10-04 03:42:12 +0200
commitc9e14da82b2c0467912d841ce72099927a3e6881 (patch)
treeee04d208ad3100ba95c98bbaaa7e87cf4ab8e327
parent0aac08e4a24b3fdad3af7f608f6861c18547a42b (diff)
Added description of the max_filename parameter
-rw-r--r--user_guide/libraries/file_uploading.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html
index baa179fb7..fb9769758 100644
--- a/user_guide/libraries/file_uploading.html
+++ b/user_guide/libraries/file_uploading.html
@@ -288,6 +288,12 @@ $this->upload->initialize($config);</code>
<td class="td">The maximum height (in pixels) that the file can be. Set to zero for no limit.</td>
</tr>
+<tr>
+<td class="td"><strong>max_filename</strong></td>
+<td class="td">0</td>
+<td class="td">None</td>
+<td class="td">The maximum length that a file name can be. Set to zero for no limit.</td>
+</tr>
<tr>
<td class="td"><strong>encrypt_name</strong></td>