Joel Burton writes: > Acrobat forms can generate HTTP POST requests containing an FDF file. > > 1) How can I access this FDF data? I don't see it in the REQUEST object > anywhere? Is there a way to get to the raw request? You can use "REQUEST['BODY']" or "REQUEST['BODYFILE']" to access the raw post body. Dieter