diff options
| author | Vytis Banaitis <vytis.banaitis@gmail.com> | 2017-01-20 23:04:05 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-26 08:19:27 -0500 |
| commit | d1bab24e0144d14513a1411503c95ececb425188 (patch) | |
| tree | 187452bf7b66a9600abc47570ccae22e6d539ede /docs/ref/files | |
| parent | 888c1e9bfe49135d049cbdcbbb0f2e97a1a0a1f5 (diff) | |
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Diffstat (limited to 'docs/ref/files')
| -rw-r--r-- | docs/ref/files/uploads.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/files/uploads.txt b/docs/ref/files/uploads.txt index 9bc508781f..4e843732a1 100644 --- a/docs/ref/files/uploads.txt +++ b/docs/ref/files/uploads.txt @@ -196,7 +196,7 @@ attributes: ``field_name`` is a string name of the file ``<input>`` field. - ``file_name`` is the unicode filename that was provided by the browser. + ``file_name`` is the filename provided by the browser. ``content_type`` is the MIME type provided by the browser -- E.g. ``'image/jpeg'``. |
