added disclaimer for form arrays (bug #27456)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152814 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sean Coates 2004-03-02 17:33:46 +00:00
parent bdd401b819
commit 626cac7748

View file

@ -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 @@ print "</pre>";
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">