RE: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Dan G. Switzer, II
Chris, >I have a project where images are uploaded/saved in SQL Server. Outside of >fusebox, I can retrieve the image in various ways and display it within my >CFML page. Unfortunately, i'm required to use fusebox and have hit a brick >wall. > >The solution I thought would help me was taking fro

Re: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Eric Haskins
Are you getting a Fusebox error or just a broken image? What version of Fusebox? -- ~Eric ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delive

Re: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Chris Alfano
Dan, Thanks for the feedback. Unfortunately, I have tried this too. I've even taken this solution and placed it into its own file (dsp_getImage.cfm). Then in the calling cfm page, used an to display the image. The image returns broken. I have a feeling the image "url" isn't read correctly

Re: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Chris Alfano
I'm getting a broken image. Using MX7, fusebox 3.0 Cheers. -c >Are you getting a Fusebox error or just a broken image? What version of >Fusebox? > > > >-- >~Eric ~| Introducing the Fusion Authority Quarterly Update. 80 pages o

RE: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Dan G. Switzer, II
Chris, >Thanks for the feedback. > >Unfortunately, I have tried this too. I've even taken this solution and >placed it into its own file (dsp_getImage.cfm). Then in the calling cfm >page, used an to display the image. The image >returns broken. > >I have a feeling the image "url" isn't read co

Re: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Eric Haskins
Also make sure you are sending the content type and that it is the correct one for the image(i.e. image/gif). I know I ran into this on a PHP project I was doing with a dynamic image. If you cant get it to run outside fusebox then there is an issue with the code (if they have an App tag forcing ev

Re: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Chris Alfano
I'm going to look into the HTTP Proxy Debugger As for my code, I believe I have all bases covered: dsp_setImage.cfm --> SELECT attachment FROM images WHERE task_index = #attributes.dTaskIndex# dsp_view.cfm --> This leads to a broken image. When I add the query and cfcontent to the actua

RE: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Sandra Clark
Sent: Monday, September 25, 2006 2:24 PM To: CF-Talk Subject: Re: Displaying images from SQL Server in Fusebox I'm going to look into the HTTP Proxy Debugger As for my code, I believe I have all bases covered: dsp_setImage.cfm --> SELECT attachment FROM images WHE

Re: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Denny Valliant
askIndex=#attributes.dT > askIndex#" border="0" width="300" height="200"> > > > Sandra Clark > == > http://www.shayna.com > Training in Cascading Style Sheets and Accessibility > > > -----Original Message----- >

Re: Displaying images from SQL Server in Fusebox

2006-09-26 Thread Chris Alfano
der="0" width="300" height="200"> > > >Sandra Clark >== >http://www.shayna.com >Training in Cascading Style Sheets and Accessibility > > >-Original Message- >From: Chris Alfano [mailto:[EMAIL PROTECTED