irchtml         Mon Mar 29 02:37:26 2004 EDT

  Modified files:              
    /phpdoc/en/features file-upload.xml 
  Log:
  bug #27703: max_input_time reference on file-upload.common-pitfalls
  
http://cvs.php.net/diff.php/phpdoc/en/features/file-upload.xml?r1=1.69&r2=1.70&ty=u
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.69 phpdoc/en/features/file-upload.xml:1.70
--- phpdoc/en/features/file-upload.xml:1.69     Tue Mar  2 12:33:46 2004
+++ phpdoc/en/features/file-upload.xml  Mon Mar 29 02:37:26 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.69 $ -->
+<!-- $Revision: 1.70 $ -->
  <chapter id="features.file-upload">
   <title>Handling file uploads</title>
 
@@ -316,7 +316,13 @@
      the file upload process, etc. is not included when determining the maximum
      time that the script has been running.
     </simpara>
-   </note>    
+   </note>
+   <simpara>
+    <link linkend="ini.max-input-time">max_input_time</link> sets the maximum
+    time, in seconds, the script is allowed to receive input; this includes
+    file uploads.  For large or multiple files, or users on slower connections,
+    the default of <literal>60 seconds</literal> may be exceeded.
+   </simpara>
    <simpara>
     If <link linkend="ini.post-max-size">post_max_size</link> is set too
     small, large files cannot be uploaded.  Make sure you set

Reply via email to