summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-10-05 14:54:43 +0200
committerAndrey Andreev <narf@bofh.bg>2012-10-05 14:54:43 +0200
commit6123b61e8ec95ac91f67bfbf442e34021c922319 (patch)
tree8dd6a7768fac1ba93fef3a87d304b1e4f50384d9 /user_guide_src
parent327e4f7376749f4fe7f0fadb56bd925dc721463a (diff)
Fix issue #1340 [ci skip]
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/libraries/file_uploading.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/libraries/file_uploading.rst b/user_guide_src/source/libraries/file_uploading.rst
index 65cd5c722..1698dcbb9 100644
--- a/user_guide_src/source/libraries/file_uploading.rst
+++ b/user_guide_src/source/libraries/file_uploading.rst
@@ -197,6 +197,7 @@ Preference Default Value Options Descripti
Separate multiple types with a pipe.
**file_name** None Desired file name If set CodeIgniter will rename the uploaded file to this name. The
extension provided in the file name must also be an allowed file type.
+ If no extension is provided in the original file_name will be used.
**overwrite** FALSE TRUE/FALSE (boolean) If set to true, if a file with the same name as the one you are
uploading exists, it will be overwritten. If set to false, a number will
be appended to the filename if another with the same name exists.