diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-21 23:15:32 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-21 23:15:32 +0200 |
commit | 70fb1fdb96df64f2282d00330c98f79aa0adec50 (patch) | |
tree | 241df8192b5f77672f80bb26fdd95d856ed4e721 /user_guide/libraries/file_uploading.html | |
parent | 284dd9756b8c03059d13e460190d2385ba599a91 (diff) | |
parent | 2239277052a79434b5e8f4e9ca3ce7cd7dfc5375 (diff) |
Merge pull request #251 from darkhouse/feature/issue26
Fixed issue #26. Added max_filename_increment as a config setting.
Diffstat (limited to 'user_guide/libraries/file_uploading.html')
-rw-r--r-- | user_guide/libraries/file_uploading.html | 7 |
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> |