> The binary stream from a form submit on a fdf file... > An easy way to do it in ASP is to use the > Request.BinaryRead(Request.TotalBytes) function. > > Can not find a coldfusion function to do this outside > writing a cfx tag
CF's answer to Request.BinaryRead is the GetHTTPRequestData function, which can be used to access the HTTP request body. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

