From: GArlington on
On Feb 1, 3:18 pm, "Amm85" <webforumsu...(a)macromedia.com> wrote:
> My cfhttp send code is not working.
> Can anybody help me to write a complete error trapping code for sending XML file to server.

What do you have already?
What are the problems?

> help me to write a complete error trapping code

<cftry>
Your code goes here...
<cfcatch type="any">
<cfdump var="#cfcatch#" />
<cfabort />
</cfcatch>
From: Bash on
Can we see what you have thus far?

--
Bryan Ashcraft (remove BRAIN to reply)
Web Application Developer
Wright Medical Technology, Inc.
-------------------------------------------------------------------------
Macromedia Certified Dreamweaver Developer
Adobe Community Expert (DW) :: http://www.adobe.com/communities/experts/


"Amm85" <webforumsuser(a)macromedia.com> wrote in message
news:fnvd7a$4go$1(a)forums.macromedia.com...
> My cfhttp send code is not working.
> Can anybody help me to write a complete error trapping code for sending
> XML file to server.