From bc417257fc65927e727662547c48c27be1de70d4 Mon Sep 17 00:00:00 2001 From: Dave Barr <dave@php.net> Date: Tue, 24 Aug 2004 23:02:42 +0000 Subject: [PATCH] - Typo, bug #29826. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167205 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/file-upload.xml b/features/file-upload.xml index f1fb7c693e..a63947f6df 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.77 $ --> +<!-- $Revision: 1.78 $ --> <chapter id="features.file-upload"> <title>Handling file uploads</title> @@ -62,7 +62,7 @@ <warning> <para> The <literal>MAX_FILE_SIZE</literal> is advisory to the browser, although PHP also checks - it. Changing this on the browser size is quite easy, so you can never + it. Changing this on the browser side is quite easy, so you can never rely on files with a greater size being blocked by this feature. The PHP-settings for maximum-size, however, cannot be fooled. You should add the <literal>MAX_FILE_SIZE</literal> form variable anyway as it saves users the trouble of