Read it using CFFile type="upload".  You can then parse it using the
MSXML object.

---
Billy Cravens
HR Systems, EDS
[EMAIL PROTECTED]


-----Original Message-----
From: Zac Belado [mailto:[EMAIL PROTECTED]] 
Sent: Monday, August 13, 2001 4:57 PM
To: CF-Talk
Subject: RE: Reading an XML post


> One of our customers will start sending us orders using XML. They 
> basically will post the file to a URL in our web server. Using ASP, I 
> can read the contents of the post using Request.BinaryRead. Is there 
> anything similar in ColdFusion?

You could use CFFile if it is a local asset or, perhaps easier, use
CFHTTP to laod the contents of the file
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to