From b147fe6d313b1f601d0973656dd0d42f2f9c048f Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 3 Apr 2004 15:37:55 +0000 Subject: [PATCH] finally closing bug #20570 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155282 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/features/file-upload.xml b/features/file-upload.xml index d290532474..923d84dc3e 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -58,12 +58,12 @@ upload will not work. - 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. But you should add MAX_FILE_SIZE anyway as - it saves users the trouble to wait for a big file being - transferred only to find out that it was too big afterwards. + The MAX_FILE_SIZE is advisory to the browser, althought PHP also check + it. 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. But you should add MAX_FILE_SIZE anyway as it saves + users the trouble to wait for a big file being transferred only to find + out that it was too big afterwards.