a typo fixed.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87104 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Rui Hirokawa 2002-06-29 02:28:05 +00:00
parent f3cc504884
commit ef85efc891

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.40 $ -->
<!-- $Revision: 1.41 $ -->
<chapter id="features.file-upload">
<title>Handling file uploads</title>
@ -119,7 +119,7 @@ Send this file: <input name="userfile" type="file">
<note>
<para>
In PHP versions prior 4.1.0 this was named
<varname>$HTTP_POST_VARS</varname> and was not an autoglobal variable.
<varname>$HTTP_POST_FILES</varname> and was not an autoglobal variable.
PHP 3 does not support <varname>$HTTP_POST_FILES</varname>.
</para>
</note>