mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
5db870a328
commit
ffc6f7f955
1 changed files with 8 additions and 2 deletions
|
@ -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 @@ print "</pre>";
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue