Re: Antwort: Re: storage and retrieval of images

2001-02-28 Thread Rolf Hopkins
- Original Message - From: <[EMAIL PROTECTED]> To: "Rolf Hopkins" <[EMAIL PROTECTED]> Cc: "Geetha Narayanan" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 28, 2001 17:01 Subject: Antwort: Re: storage and retrieval of images

Antwort: Re: storage and retrieval of images

2001-02-28 Thread alexander . skwar
On 28.02.2001 05:17:09 Rolf Hopkins wrote: > But the way you are doing it now is perfectly ok. You may even find it a Not always! There are setups where it is better to store the image in the database instead of on the filesystem. ---

Storing and retireving images (was: Re: storage and retrieval of images)

2001-02-28 Thread alexander . skwar
On 28.02.2001 04:57:04 ?iso-8859-1?q?Geetha=20Narayanan?= wrote: > can i able to store images in database, not in Yes sure, see below. > binary format but directly as image and retrieve An image is nothing but binary data, so I suppose you're just confused. Okay, here's how I do that

Re: storage and retrieval of images

2001-02-27 Thread Rolf Hopkins
is 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 Sub

storage and retrieval of images

2001-02-27 Thread Geetha Narayanan
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.