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. + + +