features/file-upload.xml
fc174e8d6162091550edde46159917ee7e5a2e73
...
...
@@ -371,7 +371,7 @@ foreach ($_FILES["pictures"]["error"] as $key => $error) {
371
371
<link linkend="ini.max-input-time">max_input_time</link> sets the maximum
372
372
time, in seconds, the script is allowed to receive input; this includes
373
373
file uploads. For large or multiple files, or users on slower connections,
374
-
the default of <literal>60 seconds</literal> may be exceeded.
374
+
the default of <literal>60</literal> seconds may be exceeded.
375
375
</simpara>
376
376
</warning>
377
377
<simpara>
...
...
@@ -395,12 +395,6 @@ foreach ($_FILES["pictures"]["error"] as $key => $error) {
395
395
sensitive information in other directories.
396
396
</simpara>
397
397
<simpara>
398
-
Please note that the <productname>CERN httpd</productname> seems to strip off everything
399
-
starting at the first whitespace in the content-type mime header
400
-
it gets from the client. As long as this is the case, <productname>CERN httpd</productname>
401
-
will not support the file upload feature.
402
-
</simpara>
403
-
<simpara>
404
398
Due to the large amount of directory listing styles we cannot guarantee
405
399
that files with exotic names (like containing spaces) are handled properly.
406
400
</simpara>
407
401