summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
diff options
context:
space:
mode:
authorGreg Aker <greg@gregaker.net>2011-08-21 23:28:57 +0200
committerGreg Aker <greg@gregaker.net>2011-08-21 23:28:57 +0200
commitd3c9a4997f10891cf5cb5a1a0318f5c293b62d5e (patch)
treed7ba7d0778a19eeffea082c068b40a26bcf67fe7 /user_guide/libraries
parent2c4b36620828173f3caf83fc7f6146bccb3688f4 (diff)
parent297eb2fa755d8d0202511d4181dc4dab115e842c (diff)
Merge branch 'develop' into feature/unit-tests
Diffstat (limited to 'user_guide/libraries')
-rw-r--r--user_guide/libraries/file_uploading.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html
index a88c67220..94b219355 100644
--- a/user_guide/libraries/file_uploading.html
+++ b/user_guide/libraries/file_uploading.html
@@ -305,6 +305,13 @@ $this->upload->initialize($config);</code>
</tr>
<tr>
+<td class="td"><strong>max_filename_increment</strong></td>
+<td class="td">100</td>
+<td class="td">None</td>
+<td class="td">When overwrite is set to FALSE, use this to set the maximum filename increment for CodeIgniter to append to the filename.</td>
+</tr>
+
+<tr>
<td class="td"><strong>encrypt_name</strong></td>
<td class="td">FALSE</td>
<td class="td">TRUE/FALSE (boolean)</td>