diff --git a/features/file-upload.xml b/features/file-upload.xml index 213c017adc..891ebeb7b1 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -119,7 +119,7 @@ Send this file: In PHP versions prior 4.1.0 this was named - $HTTP_POST_VARS and was not an autoglobal variable. + $HTTP_POST_FILES and was not an autoglobal variable. PHP 3 does not support $HTTP_POST_FILES.