mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
bdd401b819
commit
626cac7748
1 changed files with 5 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue