Skip to content

Commit

Permalink
Fix issue bcit-ci#1340 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
narfbg committed Oct 5, 2012
1 parent db1ba50 commit 82a7adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user_guide_src/source/libraries/file_uploading.rst
Expand Up @@ -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.
Expand Down

0 comments on commit 82a7adc

Please sign in to comment.