sean Tue Mar 2 12:33:47 2004 EDT
Modified files: /phpdoc/en/features file-upload.xml Log: added disclaimer for form arrays (bug #27456) http://cvs.php.net/diff.php/phpdoc/en/features/file-upload.xml?r1=1.68&r2=1.69&ty=u Index: phpdoc/en/features/file-upload.xml diff -u phpdoc/en/features/file-upload.xml:1.68 phpdoc/en/features/file-upload.xml:1.69 --- phpdoc/en/features/file-upload.xml:1.68 Sat Jan 31 15:08:10 2004 +++ phpdoc/en/features/file-upload.xml Tue Mar 2 12:33:46 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.68 $ --> +<!-- $Revision: 1.69 $ --> <chapter id="features.file-upload"> <title>Handling file uploads</title> @@ -336,6 +336,10 @@ Due to the large amount of directory listing styles we cannot guarantee that files with exotic names (like containing spaces) are handled properly. </simpara> + <simpara> + A developer may not mix normal input fields and file upload fields in the same + form variable (by using an input name like foo[]). + </simpara> </sect1> <sect1 id="features.file-upload.multiple">