[Zope] POST METHOD

Martijn Pieters mj@digicool.com
Tue, 19 Dec 2000 22:25:21 +0100


On Tue, Dec 19, 2000 at 06:44:35PM -0200, Anderson Ami wrote:
> Is there a data limit if I am using the POST method ?I have been doing a
> form that has some input fields, when I do the post I receive a Zope Error
>  The Zope donīt get one form field, but this one exists).

Some older browsers have a limit to the amount of data they send in a
request, usually around 64k.

On the other hand, you may want to examine what is actually in the REQUEST
object. You can view the contents by including the REQUEST object in your
page:

  <dtml-var REQUEST>

-- 
Martijn Pieters
| Software Engineer  mailto:mj@digicool.com
| Digital Creations  http://www.digicool.com/
| Creators of Zope   http://www.zope.org/
---------------------------------------------