Receiving Acrobat FDF POST requests?
1 Apr
2002
1 Apr
'02
10:34 p.m.
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? 2) Has anyone written any code to parse FDFs? Thanks! Joel BURTON | joel@joelburton.com | joelburton.com | aim: wjoelburton Knowledge Management & Technology Consultant
2 Apr
2 Apr
8:02 p.m.
New subject: [Zope] Receiving Acrobat FDF POST requests?
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
8769
Age (days ago)
8770
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dieter Maurer -
Joel Burton