hholzgra Tue Mar 11 12:51:14 2003 EDT
Modified files:
/phpdoc/en/features file-upload.xml
Log:
a small addition regarding MAX_UPLOAD_SIZE
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.55 phpdoc/en/features/file-upload.xml:1.56
--- phpdoc/en/features/file-upload.xml:1.55 Sat Jan 18 03:34:25 2003
+++ phpdoc/en/features/file-upload.xml Tue Mar 11 12:51:13 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.55 $ -->
+<!-- $Revision: 1.56 $ -->
<chapter id="features.file-upload">
<title>Handling file uploads</title>
@@ -54,7 +54,9 @@
The MAX_FILE_SIZE is advisory to the browser. It is easy to
circumvent this maximum. So don't count on it that the browser
obeys your wish! The PHP-settings for maximum-size, however,
- cannot be fooled.
+ cannot be fooled. But you should add MAX_FILE_SIZE anyway as
+ it saves users the trouble to wait for a big file being
+ transfered only to find out that it was to big afterwards.
</para>
</warning>
</para>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php