clarifying

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155298 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ken 2004-04-03 17:54:20 +00:00
parent 774f836293
commit 62e3bc3429

View file

@ -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>