From 86696c37cdca24a8cf02e376c789fd6a25f2a9d0 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 24 Aug 2002 13:04:18 +0000 Subject: [PATCH] faq 1.22 --- ChangeLog | 1 + Documentation.html | 8 ++++++++ 2 files changed, 9 insertions(+) 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]