Re: [GENERAL] Insert images through ASP

2004-07-21 Thread Doug McNaught
"Dylan Milks" <[EMAIL PROTECTED]> writes: > What I want to do is upload an image from an ASP page and insert it > into a table. I don't want to store the image on the file system, > even if it's only temporary. Well, if you want to use bytea, you'll need to load the whole image into memory, bytea

Re: [GENERAL] Insert images through ASP

2004-07-21 Thread Dylan Milks
.3 > > Thanks in advance. > > - Dylan > > -Original Message- > From: mike g [mailto:[EMAIL PROTECTED] > Sent: Fri 7/16/2004 11:07 PM > To: Dylan Milks > Cc: PostgreSQL (E-mail) > Subject: Re: [GENERAL] Inser

Re: [GENERAL] Insert images through ASP

2004-07-16 Thread mike g
Hi, I think you will need to be more specific to what scripting language you are attempting to use, which blob data type is being used in the db(lo or bytea), and possibly the database driver used (odbc / .net) to get a response from the community. Mike On Fri, 2004-07-16 at 08:21, Dylan Milks wr