mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
add UPLOAD_ERR_CANT_WRITE
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190828 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
23e36bebda
commit
5a7c29b9aa
1 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.84 $ -->
|
||||
<!-- $Revision: 1.85 $ -->
|
||||
<chapter id="features.file-upload">
|
||||
<title>Handling file uploads</title>
|
||||
|
||||
|
@ -309,6 +309,14 @@ foreach ($_FILES["pictures"]["error"] as $key => $error) {
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><constant>UPLOAD_ERR_CANT_WRITE</constant></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Value: 7; Failed to write file to disk. Introduced in PHP 5.1.0.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
<note>
|
||||
|
|
Loading…
Reference in a new issue