diff --git a/language/predefined/variables/files.xml b/language/predefined/variables/files.xml index 24f15c2ced..064d448f56 100644 --- a/language/predefined/variables/files.xml +++ b/language/predefined/variables/files.xml @@ -12,7 +12,9 @@ &reftitle.description; An associative array of items uploaded to the current script - via the HTTP POST method. + via the HTTP POST method. The structure of this array is outlined in the + POST method uploads + section.