turning info into warning to avoid confusions

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160035 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2004-05-30 08:52:42 +00:00
parent 31dfaa4853
commit 453e4444d0

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.76 $ -->
<!-- $Revision: 1.77 $ -->
<chapter id="features.file-upload">
<title>Handling file uploads</title>
@ -21,8 +21,9 @@
<para>
See also the <link linkend="ini.file-uploads">file_uploads</link>,
<link linkend="ini.upload-max-filesize">upload_max_filesize</link>,
<link linkend="ini.upload-tmp-dir">upload_tmp_dir</link>, and
<link linkend="ini.post-max-size">post_max_size</link> directives
<link linkend="ini.upload-tmp-dir">upload_tmp_dir</link>,
<link linkend="ini.post-max-size">post_max_size</link> and
<link linkend="ini.max-input-time">max_input_time</link> directives
in &php.ini;
</para>
</note>
@ -320,12 +321,14 @@ print "</pre>";
time that the script has been running.
</simpara>
</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>
<warning>
<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>
</warning>
<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