I don't think this can be done, but you could use the GetHTTPRequestData( ) function. It returns a structure with headers and content. If you are trying to figure out the size (like the file length for an uploaded file), you could check the length of Content key.
-mk -----Original Message----- From: Tracy Bost [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 1:48 PM To: CF-Talk Subject: RE: Read Data from Buffer 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 *********** REPLY SEPARATOR *********** On 5/10/2002 at 2:41 PM Dave Watts wrote: >> Is there a handy way to read data from the buffer in CF on a >> form submit? > >I'm not sure what buffer you're referring to. > >Dave Watts, CTO, Fig Leaf Software >http://www.figleaf.com/ >voice: (202) 797-5496 >fax: (202) 797-5444 > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com 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

