derick Tue Dec 21 14:32:45 2004 EDT
Modified files:
/phpdoc/en/features file-upload.xml
Log:
- Make this more obvious.
http://cvs.php.net/diff.php/phpdoc/en/features/file-upload.xml?r1=1.81&r2=1.82&ty=u
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.81
phpdoc/en/features/file-upload.xml:1.82
--- phpdoc/en/features/file-upload.xml:1.81 Mon Dec 6 12:33:23 2004
+++ phpdoc/en/features/file-upload.xml Tue Dec 21 14:32:45 2004
@@ -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>