> 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