From 5a7c29b9aac2389f5ed3ac58156a0b6077bc9819 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sun, 17 Jul 2005 18:32:29 +0000 Subject: [PATCH] add UPLOAD_ERR_CANT_WRITE git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190828 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/features/file-upload.xml b/features/file-upload.xml index aa5ab00e7d..d288f4622c 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -309,6 +309,14 @@ foreach ($_FILES["pictures"]["error"] as $key => $error) { + + UPLOAD_ERR_CANT_WRITE + + + Value: 7; Failed to write file to disk. Introduced in PHP 5.1.0. + + +