From e7d017bcc38909f55e8f817b27263e59d1ca5598 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Tue, 25 Feb 2014 12:23:34 +0200 Subject: Add array notation support for file field names in CI_Upload Requested in #1691 --- user_guide_src/source/changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide_src') diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index aa20d626f..d18e4b646 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -290,6 +290,7 @@ Release Date: Not Released - :doc:`File Uploading Library ` changes include: - Added method chaining support. + - Added support for using array notation in file field names. - Added **max_filename_increment** and **file_ext_tolower** configuration settings. - Added **min_width** and **min_height** configuration settings for images. - Added **mod_mime_fix** configuration setting to disable suffixing multiple file extensions with an underscore. -- cgit v1.2.3-24-g4f1b