Ask a Question related to Macromedia ColdFusion, Design and Development.
-
cam_pdx #1
cfhttp error
Ugh - I give up. Hi. I have the following line of code: <cfhttp
url='#appFullPath#temp_sfiles/#session.userid#/#name#' method='head' /> When I
dump cfhttp, I get: Charset [empty string] ErrorDetail Connect Exception:
Connection refused Filecontent Connection Failure Header [undefined struct
element] Mimetype Unable to determine MIME type of file. Statuscode
Connection Failure. Status code unavailable. Text YES Any assistance in
explaining why the connection failure (and resulting failure to define
cfhttp.MIMEType, etc) would be thoroughly appreciated. Thank you. Todd
cam_pdx Guest
-
CFHTTP
Hello, I need to send data from a CF page to an asp.net page for processing via a URL string. The ASP page takes three parameters. Those being... -
How to post xml with cfhttp error?! HELP
<cfhttp url = "http://10.1.6.211/ProposalGenerator.aspx" METHOD="POST" throwOnError = "yes" > <cfhttpparam name="propxml" TYPE="FORMFIELD"... -
cfhttp error "Invalid column header"
I got a very simple csv file name "test.csv" which has from,to,email test,test,"test,test" My code <cfhttp name="get_file" url="test.csv"... -
CFHTTP - Connection Failure Error
I'm having a very frustrating issue that I need help with. I am using CFHTTP to to a GET of an internal page so that I can parse it for some info.... -
Error returning CFHTTP values
Im trying to parse some html to get all the href values from it. Once I have the href's I try to remove the html tags from them and add the... -
cam_pdx #2
Re: cfhttp error
Sigh - strike that. That's the way it works. Search for hours. Post the question. Then realize the problem.
cam_pdx Guest



Reply With Quote

