philip Fri Jul 12 18:34:05 2002 EDT Modified files: /phpdoc/en/features file-upload.xml Log: Typos (nice eye Goba) Index: phpdoc/en/features/file-upload.xml diff -u phpdoc/en/features/file-upload.xml:1.46 phpdoc/en/features/file-upload.xml:1.47 --- phpdoc/en/features/file-upload.xml:1.46 Fri Jul 12 18:19:53 2002 +++ phpdoc/en/features/file-upload.xml Fri Jul 12 18:34:05 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.46 $ --> +<!-- $Revision: 1.47 $ --> <chapter id="features.file-upload"> <title>Handling file uploads</title> @@ -234,7 +234,7 @@ <para> <variablelist> <varlistentry> - <term><varname>UPLOAD_ERROR_OK</varname></term> + <term><varname>UPLOAD_ERR_OK</varname></term> <listitem> <para> Value: 0; There is no error, the file uploaded with success. @@ -242,7 +242,7 @@ </listitem> </varlistentry> <varlistentry> - <term><varname>UPLOAD_ERROR_INI_SIZE</varname></term> + <term><varname>UPLOAD_ERR_INI_SIZE</varname></term> <listitem> <para> Value: 1; The uploaded file exceeds the @@ -252,7 +252,7 @@ </listitem> </varlistentry> <varlistentry> - <term><varname>UPLOAD_ERROR_FORM_SIZE</varname></term> + <term><varname>UPLOAD_ERR_FORM_SIZE</varname></term> <listitem> <para> Value: 2; The uploaded file exceeds the <emphasis>MAX_FILE_SIZE</emphasis> @@ -261,7 +261,7 @@ </listitem> </varlistentry> <varlistentry> - <term><varname>UPLOAD_ERROR_PARTIAL</varname></term> + <term><varname>UPLOAD_ERR_PARTIAL</varname></term> <listitem> <para> Value: 3; The uploaded file was only partially uploaded. @@ -269,7 +269,7 @@ </listitem> </varlistentry> <varlistentry> - <term><varname>UPLOAD_ERROR_NO_FILE</varname></term> + <term><varname>UPLOAD_ERR_NO_FILE</varname></term> <listitem> <para> Value: 4; No file was uploaded.
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php