- Typo, bug #29826.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167205 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dave Barr 2004-08-24 23:02:42 +00:00
parent 7b6b000e98
commit bc417257fc

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.77 $ -->
<!-- $Revision: 1.78 $ -->
<chapter id="features.file-upload">
<title>Handling file uploads</title>
@ -62,7 +62,7 @@
<warning>
<para>
The <literal>MAX_FILE_SIZE</literal> is advisory to the browser, although PHP also checks
it. Changing this on the browser size is quite easy, so you can never
it. Changing this on the browser side 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 <literal>MAX_FILE_SIZE</literal> form variable anyway as it saves users the trouble of