diff --git a/features/file-upload.xml b/features/file-upload.xml index 071cc8d376..9802ae5ecf 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -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.