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
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to