From 534cfca4231c8da6ec4c6a168246e4c54172bf1c Mon Sep 17 00:00:00 2001
From: Christoph Michael Becker <cmb@php.net>
Date: Sat, 25 Jun 2016 16:30:49 +0000
Subject: [PATCH] Fix #65253: $_FILES documentation

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339495 c90b9560-bf6c-de11-be94-00142212c4b1
---
 language/predefined/variables/files.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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;
   <para>
    An associative <type>array</type> 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
+   <link linkend="features.file-upload.post-method">POST method uploads</link>
+   section.
   </para>
 
   <simpara>