I am using the following code and getting Connection Failure error..any ideas..Thanks in advance
<cfhttp method="post" url=" <cfhttpparam name="form_test" type="FormField" value="This is a form variable.">
<cfhttpparam name="url_test" type="url" value="This is a url variable">
<cfhttpparam name="cgi_test" type="cgi" value="This is a cgi variable">
<cfhttpparam name="cookie_test" type="Cookie" value="This is a cookie variable">
</cfhttp>
<cfoutput>
hello #cfhttp.FileContent#
</cfoutput>
<cfhttp method="post" url=" <cfhttpparam name="form_test" type="FormField" value="This is a form variable.">
<cfhttpparam name="url_test" type="url" value="This is a url variable">
<cfhttpparam name="cgi_test" type="cgi" value="This is a cgi variable">
<cfhttpparam name="cookie_test" type="Cookie" value="This is a cookie variable">
</cfhttp>
<cfoutput>
hello #cfhttp.FileContent#
</cfoutput>