summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2018-03-26 19:16:15 +0200
committerAndrey Andreev <narf@devilix.net>2018-03-26 19:16:15 +0200
commit11c25e1dc3995ab7707f9435315c12c31ad6cf3e (patch)
tree0feb98df9c76d1024acbe1a7ee4e35004899af40
parent3d2073e877cb1fddbea8fcec5bc5d38b545cdcfa (diff)
[ci skip] Alter CI_Upload documentation on client_name (#5446)
-rw-r--r--user_guide_src/source/libraries/file_uploading.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/file_uploading.rst b/user_guide_src/source/libraries/file_uploading.rst
index 6d2106be8..babdc04f9 100644
--- a/user_guide_src/source/libraries/file_uploading.rst
+++ b/user_guide_src/source/libraries/file_uploading.rst
@@ -344,7 +344,7 @@ Class Reference
full_path Absolute server path, including the file name
raw_name File name, without the extension
orig_name Original file name. This is only useful if you use the encrypted name option.
- client_name File name as supplied by the client user agent, prior to any file name preparation or incrementing
+ client_name File name supplied by the client user agent, but possibly sanitized
file_ext Filename extension, period included
file_size File size in kilobytes
is_image Whether the file is an image or not. 1 = image. 0 = not.