From 9687cbd7789c7602a894850756dbd2179236aa68 Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Tue, 28 May 2002 19:04:20 +0000 Subject: [PATCH] WS fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83920 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/features/file-upload.xml b/features/file-upload.xml index 062349e50b..5c719d2311 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -39,14 +39,14 @@ Send this file: The _URL_ should point to a PHP file. The MAX_FILE_SIZE hidden field must precede the file input field and its value is the maximum filesize accepted. The value is in bytes. - - - 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 you wish! The PHP-settings for maximum-size, however, - cannot be fooled. - - + + + 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 you wish! The PHP-settings for maximum-size, however, + cannot be fooled. + +