From 57f51bfda5205d2cd0813216634930863f4ac63d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 31 Jul 2010 14:22:45 -0400 Subject: [PATCH] clarify the doc --- Documentation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation.html b/Documentation.html index bf9a05a81..62dd51fcc 100644 --- a/Documentation.html +++ b/Documentation.html @@ -4319,8 +4319,8 @@ chmod o+rwx tmp
  1. In config.inc.php your host should be defined with a FQDN (fully qualified domain name) instead of "localhost".
  2. -
  3. Ensure that your target table is under the PBXT storage engine and has a LONGBLOB column and a primary key.
  4. -
  5. When you insert or update a row in this table, put a checkmark on the "Upload to BLOB repository" optional choice; otherwise, the upload will be done directly in your column instead of the repository.
  6. +
  7. Ensure that your target table is under the PBXT storage engine and has a LONGBLOB column.
  8. +
  9. When you insert or update a row in this table, put a checkmark on the "Upload to BLOB repository" optional choice; otherwise, the upload will be done directly in your LONGBLOB column instead of the repository.
  10. Finally when you browse your table, you'll see in your column a link to stream your data, for example "View image". A header containing the correct MIME-type will be sent to your browser; this MIME-type was stored at upload time but in case it's incorrect, it's possible to edit it by clicking on the displayed MIME-type.