summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/file_uploading.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-06-28 14:04:57 +0200
committerAndrey Andreev <narf@devilix.net>2013-06-28 14:04:57 +0200
commit58706adfae1f8aea16a3ee43d333991f1daf0484 (patch)
treef410bc72a2cfc3b5e7f11f5c830af1926da85b8f /user_guide_src/source/libraries/file_uploading.rst
parentcd9797a210089ea65b4d4b16db051d06188b66ed (diff)
parenteac8b2f1e70e3155ae6bacbc37228a0a647a18be (diff)
Merge pull request #2497 from yazuu/upload
Upload : change the file extension to lower case
Diffstat (limited to 'user_guide_src/source/libraries/file_uploading.rst')
-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 c7965ae11..a92d3af34 100644
--- a/user_guide_src/source/libraries/file_uploading.rst
+++ b/user_guide_src/source/libraries/file_uploading.rst
@@ -198,6 +198,7 @@ Preference Default Value Options Descripti
**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.
+**file_ext_tolower** FALSE TRUE/FALSE (boolean) If set to TRUE, the file extension will be forced to lower case
**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.