Re: Displaying images from SQL Server in Fusebox

2006-09-26 Thread Chris Alfano
== http://www.shayna.com Training in Cascading Style Sheets and Accessibility -Original Message- From: Chris Alfano [mailto:[EMAIL PROTECTED] 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

Displaying images from SQL Server in Fusebox

2006-09-25 Thread Chris Alfano
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 from a

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 from a

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,

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 img src=dsp_getImage.cfm to display the image. The image returns broken. I have a feeling the image

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 of

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 img src=dsp_getImage.cfm to display the image. The image returns broken. I have a feeling the image

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

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 -- cfquery name=getImage datasource=#request.DSN# SELECT attachment FROM images WHERE task_index = #attributes.dTaskIndex# /cfquery cfcontent type=image/jpeg

RE: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Sandra Clark
in Cascading Style Sheets and Accessibility -Original Message- From: Chris Alfano [mailto:[EMAIL PROTECTED] 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

Re: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Denny Valliant
== http://www.shayna.com Training in Cascading Style Sheets and Accessibility -Original Message- From: Chris Alfano [mailto:[EMAIL PROTECTED] 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