diff --git a/features/file-upload.xml b/features/file-upload.xml index 8943ae5411..bf4471820c 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -347,7 +347,7 @@ move_uploaded_file($_FILES['userfile']['tmp_name'], "/place/to/put/uploaded/file prior 4.1.0). When register_globals is on, globals for uploaded - files are also initialized). Each of these will be a numerically + files are also initialized. Each of these will be a numerically indexed array of the appropriate values for the submitted files.