a small addition regarding MAX_UPLOAD_SIZE

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@119884 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2003-03-11 17:51:13 +00:00
parent a640a6914b
commit b1335ec841

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.55 $ -->
<!-- $Revision: 1.56 $ -->
<chapter id="features.file-upload">
<title>Handling file uploads</title>
@ -54,7 +54,9 @@ Send this file: <input name="userfile" type="file">
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.
cannot be fooled. But you should add MAX_FILE_SIZE anyway as
it saves users the trouble to wait for a big file being
transfered only to find out that it was to big afterwards.
</para>
</warning>
</para>