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