For CFMX to retrieve you can use CFX_GetImage and to Input in DB CFX_INPUTIMAGE... From Jukka Manner works great...
I can send in PVT that zip files (50KB)
----- Original Message -----
From: "Kevin Graeme" <[EMAIL PROTECTED]>
Date: Fri, 9 Jan 2004 12:51:06 -0600
To: CF-Talk <[EMAIL PROTECTED]>
Subject: Re: Images - store in DB or filesystem?
Do you have a rough estimate of the performance difference of using this
streamed output via JSP compared to just doing a standard CF query?
-Kevin
----- Original Message -----
From: "Schuster, Steven" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, January 09, 2004 11:45 AM
Subject: RE: Images - store in DB or filesystem?
> For Inserts we just use the cf_blob type in MX 6.1 and do a direct insert
> into the blob.
>
> To retrieve we have this JSP page. This allows a direct stream read to the
> browser and does not write the file to the system and then attempt to read
> it. But we have code that does that as well if you need to look at it
also.
>
> This is a JSP page so you must be running MX for this to work (or a JSP
> alternative)
[snip
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
- Re: Images - store in DB or filesystem? Spectrum WebDesign
- Re: Images - store in DB or filesystem? Jochem van Dieten
- RE: Images - store in DB or filesystem? Schuster, Steven
- Re: Images - store in DB or filesystem? Matt Liotta
- RE: Images - store in DB or filesystem? Schuster, Steven
- RE: Images - store in DB or filesystem? Dave Jones
- RE: Images - store in DB or filesystem? Schuster, Steven
- Re: Images - store in DB or filesystem? Kevin Graeme
- RE: Images - store in DB or filesystem? Schuster, Steven
- Re: Images - store in DB or filesystem? Paul Hastings
- Spectrum WebDesign