mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
finally closing bug #20570
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155282 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5154d80c09
commit
b147fe6d31
1 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.70 $ -->
|
||||
<!-- $Revision: 1.71 $ -->
|
||||
<chapter id="features.file-upload">
|
||||
<title>Handling file uploads</title>
|
||||
|
||||
|
@ -58,12 +58,12 @@
|
|||
upload will not work.
|
||||
<warning>
|
||||
<para>
|
||||
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. But you should add MAX_FILE_SIZE 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 is advisory to the browser, althought PHP also check
|
||||
it. 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. But you should add MAX_FILE_SIZE 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.
|
||||
</para>
|
||||
</warning>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue