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 because its designed to store files.
At one point I did have a link on how to store images in a database, but
after testing, found that is was indeed, more efficient to store the
images in the filesystem, and store path pointers to the images in the
database.

-- 

Sapere aude
My mind not only wanders, it sometimes leaves completely.



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to