Firstly, images ARE binary files no matter which way you look at it. How
else do store images if they are not in binary?
What I think you want to ask is
Can mysql store images? YES
Can mysql display it as an actual image? NO
You can use the blob type to store images. You'll find this in the manual.
But the way you are doing it now is perfectly ok. You may even find it a
little quicker then storing it in a database.
----- Original Message -----
From: "Geetha Narayanan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 28, 2001 11:57
Subject: storage and retrieval of images
> Dear sir,
> can i able to store images in database, not in
>
> binary format but directly as image and retrieve
> easily.
> Now,i am using file uploading from client and just
> filename i am storing in database.Instead of that can
> we able to store image directly in database
> ASAP reply me soon.
> Thank u
>
>
> ____________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.co.in address at http://mail.yahoo.co.in
>
> ---------------------------------------------------------------------
> 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
---------------------------------------------------------------------
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