From 453e4444d0b94a3d6dd84681c9bb4269375cbcce Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sun, 30 May 2004 08:52:42 +0000 Subject: [PATCH] turning info into warning to avoid confusions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160035 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/features/file-upload.xml b/features/file-upload.xml index a9a837e301..f1fb7c693e 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -21,8 +21,9 @@ See also the file_uploads, upload_max_filesize, - upload_tmp_dir, and - post_max_size directives + upload_tmp_dir, + post_max_size and + max_input_time directives in &php.ini; @@ -320,12 +321,14 @@ print ""; 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. - + + + 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