yohgaki         Mon Jan 28 05:26:35 2002 EDT

  Modified files:              
    /phpdoc/en/features file-upload.xml 
  Log:
  Added common pitfall
  
  
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.29 phpdoc/en/features/file-upload.xml:1.30
--- phpdoc/en/features/file-upload.xml:1.29     Mon Jan 28 02:59:19 2002
+++ phpdoc/en/features/file-upload.xml  Mon Jan 28 05:26:35 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.29 $ -->
+<!-- $Revision: 1.30 $ -->
  <chapter id="features.file-upload">
   <title>Handling file uploads</title>
 
@@ -266,6 +266,11 @@
     If <literal>max_execution_time</literal> is set too small, script
     execution may be exceeded the value. Make sure to set
     <literal>max_execution_time</literal> large enough.
+   </simpara>
+   <simpara>
+    If <literal>post_max_size</literal> is set too small, large file
+    cannot be uploaded.  Make sure to set
+    <literal>post_max_size</literal> large enough.
    </simpara>
    <simpara>
     Not validating which file you operate on may mean that users can access


Reply via email to