500 status code is probably a ColdFusion error (missing cookie or url value?)
 
Check cfhttp.filecontent for a message.
 
--Daryl
----- Original Message -----
Sent: Thursday, July 22, 2004 8:53 AM
Subject: RE: [KCFusion] CFHTTP Problem

I made a typo on this page, there is a closing tag in the actual program.
 
Here are the results as shown on screen after running the program.
 
Accepting file type = jpg
Accepting file type = gif
Accepting file type = tif
Accepting file type =pcd
background color = java.awt.Color[r=208,g=208,b=208]
loading from :http://infonet.hoksve.com/LibraryApps/bpd/CollateralUploader/ProjectlibraryTree_text.cfm?projectuuid=370659c6-ed81-11d4-9f9b-009027887d89
e=java.io.IOException: Connection failure with 500
error =OpenConnection()failed with IO Exception
 
starting...
0 of 2 file=G:\Digital Images\Erin\Fithian Padres Founders Club\FoundersClubSF07_04.JPG
file name=FoundersClubSF07_04.JPG
path =
responseKey=Epz5pLDUCobE4NeVZY19
insertPath =
 
projectuuid=370659c6-ed81-11d4-9f9b-009027887d89
id=0
overwrite=0
detalfile=
e=java.io.IOException: Connection failure with 500
error =OpenConnection()failed with IO Exception
Starting Post processing Step.
e=java.io.IOException: Connection failure with 500
error =OpenConnection()failed with IO Exception

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Justin Hansen
Sent: Thursday, July 22, 2004 8:42 AM
To: [EMAIL PROTECTED]
Subject: RE: [KCFusion] CFHTTP Problem

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

                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