- Original Message -
From: "Duncan Hill" <[EMAIL PROTECTED]>
To: "MySQL News Group" <[EMAIL PROTECTED]>
Sent: Wednesday, July 04, 2001 7:46 PM
Subject: Re: Store picture
> On Wed, 4 Jul 2001, Moonesh Suggun wrote:
>
> > hi To All,
> >
On Wed, 4 Jul 2001, Moonesh Suggun wrote:
> hi To All,
>
> Has anyone try to insert images e.h. gif into mysql database.. I
> have tried using blob type but how would I verify that it is OK.
It can be done, however general wisdom is that one should use the
filesystem to store images, simply beca
Well, i did that using Perl/CGI. I have no clue how to load it directly.
WHat i did was opened a *.gif file, and stored it into the BLOB column the same
way as you would text. That's it
Sent on Jul 4 by Moonesh Suggun to MySQL News Group
suggun> hi To All,
suggun>
suggun> Has anyone try to