From b1335ec841ee5c1eb6b01d2717f63aa10095e3a2 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Tue, 11 Mar 2003 17:51:13 +0000 Subject: [PATCH] a small addition regarding MAX_UPLOAD_SIZE git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@119884 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/features/file-upload.xml b/features/file-upload.xml index da8036f8ce..9fac7cfcc5 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -54,7 +54,9 @@ Send this file: 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.