diff --git a/ChangeLog b/ChangeLog
index 3582d8c4f..6ecb8be82 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@ $Source$
2002-08-24 Marc Delisle
* Documentation.html, faq 6.15: creating an index on a BLOB field
+ and faq 1.22 about php.ini file_uploads
2002-08-23 Loïc Chapeaux
* left.php3, lines 169-181: XHTML optimizations.
diff --git a/Documentation.html b/Documentation.html
index df4f7ca20..8c8f0a556 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -1756,6 +1756,14 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
In php.ini, set mysql.max_links higher than 1.
+
+ [1.22] I don't see the "Location of text file" field, so
+ I cannot upload.
+
+ This is most likely because in php.ini, your file_uploads
+ parameter is not set to "on".
+
+
[2. Configuration]