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 = ""
                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