nlopess         Sat Apr  3 10:37:55 2004 EDT

  Modified files:              
    /phpdoc/en/features file-upload.xml 
  Log:
  finally closing bug #20570
  
http://cvs.php.net/diff.php/phpdoc/en/features/file-upload.xml?r1=1.70&r2=1.71&ty=u
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.70 phpdoc/en/features/file-upload.xml:1.71
--- phpdoc/en/features/file-upload.xml:1.70     Mon Mar 29 02:37:26 2004
+++ phpdoc/en/features/file-upload.xml  Sat Apr  3 10:37:55 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.70 $ -->
+<!-- $Revision: 1.71 $ -->
  <chapter id="features.file-upload">
   <title>Handling file uploads</title>
 
@@ -58,12 +58,12 @@
     upload will not work.
     <warning>
      <para>
-      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.
      </para>
     </warning>
    </para>

Reply via email to