- Make this more obvious.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175292 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2004-12-21 19:32:45 +00:00
parent 5101e5f9e2
commit d3a2ba3d0e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.81 $ -->
<!-- $Revision: 1.82 $ -->
<chapter id="features.file-upload">
<title>Handling file uploads</title>
@ -74,13 +74,16 @@
saves users the trouble of waiting for a big file being transferred only
to find that it was too big and the transfer failed.
</para>
<para>
Be sure your file upload form has attribute <literal>enctype="multipart/form-data"</literal>
otherwise the file upload will not work.
</para>
</example>
</para>
<note>
<para>
Be sure your file upload form has attribute <literal>enctype="multipart/form-data"</literal>
otherwise the file upload will not work.
</para>
</note>
<para>
The global <link linkend="reserved.variables.files">$_FILES</link>
exists as of PHP 4.1.0 (Use <varname>$HTTP_POST_FILES</varname>