[Zope] REQUEST.form variables order
Dieter Maurer
dieter at handshake.de
Thu Apr 20 14:11:12 EDT 2006
Gaute Amundsen wrote at 2006-4-19 19:03 +0200:
>I want to retrieve the form fields in the order that they where submitted in
>the http POST. I know this has been brought up before, and that the answer is
>"You cant."
You might be able to do it.
Try "REQUEST['BODY']". For a "POST" request, it should
contain the entity content.
Of course, you would have to decode it yourself ;-)
--
Dieter
More information about the Zope
mailing list