mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- 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:
parent
7b6b000e98
commit
bc417257fc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue