kennyt          Sat Apr  3 12:54:22 2004 EDT

  Modified files:              
    /phpdoc/en/features file-upload.xml 
  Log:
  clarifying
  
  
http://cvs.php.net/diff.php/phpdoc/en/features/file-upload.xml?r1=1.72&r2=1.73&ty=u
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.72 phpdoc/en/features/file-upload.xml:1.73
--- phpdoc/en/features/file-upload.xml:1.72     Sat Apr  3 12:05:44 2004
+++ phpdoc/en/features/file-upload.xml  Sat Apr  3 12:54:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.72 $ -->
+<!-- $Revision: 1.73 $ -->
  <chapter id="features.file-upload">
   <title>Handling file uploads</title>
 
@@ -62,9 +62,9 @@
       it. Changing this on the browser size 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 MAX_FILE_SIZE form variable 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 form variable anyway as it saves users the trouble of
+      waiting for a big file being transferred only to find that it was too
+      big and the transfer actually failed.
      </para>
     </warning>
    </para>

Reply via email to