mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Addresses Bug #48437 by rewording the documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284632 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7fe7a860b8
commit
5fce825457
1 changed files with 7 additions and 6 deletions
|
@ -64,12 +64,13 @@
|
|||
<para>
|
||||
The <literal>MAX_FILE_SIZE</literal> hidden field (measured in bytes) must
|
||||
precede the file input field, and its value is the maximum filesize accepted by PHP.
|
||||
Fooling this setting on the browser side is quite easy, so never rely
|
||||
on files with a greater size being blocked by this feature.
|
||||
The PHP settings for maximum-size, however, cannot be fooled.
|
||||
This form element should always be used 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 failed.
|
||||
This form element should always be used as it saves users the trouble of
|
||||
waiting for a big file being transferred only to find that it was too
|
||||
large and the transfer failed. Keep in mind: fooling this setting on the
|
||||
browser side is quite easy, so never rely on files with a greater size
|
||||
being blocked by this feature. It is merely a convenience feature for
|
||||
users on the client side of the application. The PHP settings (on the server
|
||||
side) for maximum-size, however, cannot be fooled.
|
||||
</para>
|
||||
</example>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue