[Zope] Receiving Acrobat FDF POST requests?

Dieter Maurer dieter@handshake.de
Tue, 2 Apr 2002 22:02:35 +0200


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