What are the values of #ImageURL# and #localTempPath#?

That would be the first place I would start.

 

Also, you don’t have and end > on your CFHTTP tag…

Could that be it?

 

Justin Hansen

Project Manager

Uhlig Communications

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Quade
Sent: Thursday, July 22, 2004 8:16 AM
To: [EMAIL PROTECTED]
Subject: [KCFusion] CFHTTP Problem

 

I use the following code and it errors out on me.  Anybody have an idea why this is not working?

 

<cfif Attributes.MakeImages>

<CFHTTP Method = "get"

                URL = "" ','%20','ALL')#"

                resolveurl = 0

                path = "#localTempPath#"

                file = "tmp1.jpg"

                throwonerror = "Yes"

</CFHTTP>

    <cfset Variables.Temp = ImageResizer.LoadImage("#localTempPath#\tmp1.jpg")>

 

 

Thanks ahead of time.

 

George Quade

 

Reply via email to