From ffc6f7f95510a1ff8afd8e50f588300e3b6e0c6b Mon Sep 17 00:00:00 2001 From: Kenneth Schwartz Date: Mon, 29 Mar 2004 07:37:26 +0000 Subject: [PATCH] bug #27703: max_input_time reference on file-upload.common-pitfalls git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154824 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/features/file-upload.xml b/features/file-upload.xml index 47990b0e69..d290532474 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -316,7 +316,13 @@ print ""; the file upload process, etc. is not included when determining the maximum time that the script has been running. - + + + max_input_time 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 60 seconds may be exceeded. + If post_max_size is set too small, large files cannot be uploaded. Make sure you set