From: | "Rod K" <rod(at)23net(dot)net> |
---|---|
To: | "C G" <csgcsg39(at)hotmail(dot)com>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Storing jpgs |
Date: | 2004-04-05 16:58:00 |
Message-ID: | KNEPILBLIADCDMMPIKIKAEAMFFAA.rod@23net.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I've found bytea works better for me than large objects.
As far as how to retrieve and display, that depends. What scripting
language are you using?
> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org
> [mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of C G
> Sent: Monday, April 05, 2004 12:20 PM
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] Storing jpgs
>
>
> Dear All,
>
> What's the best way to store jpgs in postgresql to use in a web page?
>
> I tried to use large objects, but how would you extract them from
> a table to
> be viewed in a web-page without having to write them to a scratch file
> somewhere first?
>
> Thanks
>
> Colin
>
> _________________________________________________________________
> Stay in touch with absent friends - get MSN Messenger
> http://www.msn.co.uk/messenger
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | scott.marlowe | 2004-04-05 17:04:12 | Re: Storing jpgs |
Previous Message | Bob.Henkel | 2004-04-05 16:29:12 | Re: Storing jpgs |