yohgaki Mon Jan 28 05:26:35 2002 EDT
Modified files:
/phpdoc/en/features file-upload.xml
Log:
Added common pitfall
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.29 phpdoc/en/features/file-upload.xml:1.30
--- phpdoc/en/features/file-upload.xml:1.29 Mon Jan 28 02:59:19 2002
+++ phpdoc/en/features/file-upload.xml Mon Jan 28 05:26:35 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.29 $ -->
+<!-- $Revision: 1.30 $ -->
<chapter id="features.file-upload">
<title>Handling file uploads</title>
@@ -266,6 +266,11 @@
If <literal>max_execution_time</literal> is set too small, script
execution may be exceeded the value. Make sure to set
<literal>max_execution_time</literal> large enough.
+ </simpara>
+ <simpara>
+ If <literal>post_max_size</literal> is set too small, large file
+ cannot be uploaded. Make sure to set
+ <literal>post_max_size</literal> large enough.
</simpara>
<simpara>
Not validating which file you operate on may mean that users can access- [PHP-DOC] cvs: phpdoc /en/features file-upload.xml Jim Winstead
- [PHP-DOC] cvs: phpdoc /en/features file-upload.xml Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/features file-upload.xml Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/features file-upload.xml Yasuo Ohgaki
- [PHP-DOC] cvs: phpdoc /en/features file-upload.xml Yasuo Ohgaki
- [PHP-DOC] cvs: phpdoc /en/features file-upload.xml Yasuo Ohgaki
- [PHP-DOC] cvs: phpdoc /en/features file-upload.xml Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/features file-upload.xml Jan Lehnardt
- [PHP-DOC] cvs: phpdoc /en/features file-upload.xml Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/features file-upload.xml Thomas Schoefbeck
- [PHP-DOC] cvs: phpdoc /en/features file-upload.xml Simone Cortesi
- [PHP-DOC] cvs: phpdoc /en/features file-upload.xml da li
- Re: [PHP-DOC] cvs: phpdoc /en/features file-upl... Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/features file-upload.xml Philip Olson
- Re: [PHP-DOC] cvs: phpdoc /en/features file-upl... Gabor Hojtsy
