Re: [midgard] ImageFiles

2000-04-27 Thread Henri Bergius
On 27 Apr, Dennis Gearon wrote: Are images stored in BLOB format on the backend database, or are they stored as files and the filelink stored in the backend database? If you are using the Midgard article attachments, then they are stored into the file system, with links in a Midgard table.

Re: [midgard] ImageFiles

2000-04-27 Thread Emiliano
On Thu, 27 Apr 2000, Henri Bergius wrote: On 27 Apr, Dennis Gearon wrote: Are images stored in BLOB format on the backend database, or are they stored as files and the filelink stored in the backend database? If you are using the Midgard article attachments, then they are stored into

Re: [midgard] ImageFiles

2000-04-27 Thread Dennis Gearon
-- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgard-project.org To unsubscribe the list, send an empty email message to address [EMAIL PROTECTED]

Re: [midgard] ImageFiles

2000-04-27 Thread Emiliano
On Thu, 27 Apr 2000, Dennis Gearon wrote: Let me see if I have this correct: 1/ BLOB and TEXT fields store individual bytes(not multibyte chars); For MySQL I believe this is the case. 2/ ALL 256 possible byte values are allowed.; Yes. 3/ When feeding an insert command (or other