mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
WS fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83920 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9d5a1f8366
commit
9687cbd778
1 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.37 $ -->
|
||||
<!-- $Revision: 1.38 $ -->
|
||||
<chapter id="features.file-upload">
|
||||
<title>Handling file uploads</title>
|
||||
|
||||
|
@ -39,14 +39,14 @@ Send this file: <input name="userfile" type="file">
|
|||
The _URL_ should point to a PHP file. The MAX_FILE_SIZE hidden
|
||||
field must precede the file input field and its value is the
|
||||
maximum filesize accepted. The value is in bytes.
|
||||
<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 you wish! The PHP-settings for maximum-size, however,
|
||||
cannot be fooled.
|
||||
</para>
|
||||
</warning>
|
||||
<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 you wish! The PHP-settings for maximum-size, however,
|
||||
cannot be fooled.
|
||||
</para>
|
||||
</warning>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue