[Zope-dev] Re: [Zope] POST METHOD

2000-12-19 Thread Martijn Pieters

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:[EMAIL PROTECTED]
| Digital Creations  http://www.digicool.com/
| Creators of Zope   http://www.zope.org/
-

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




RE: [Zope] POST METHOD

2000-12-19 Thread Farrell, Troy

Please be more specific: What type of field?  What error is Zope giving you?
What browser are you using?  If you are curious about what form variables
Zope is getting, set the form method to a DTML method with this in it:

dtml-var name="standard_html_header"
dtml-var name="REQUEST"
dtml-var name="standard_html_footer"

Best of Luck,
Troy Farrell

-Original Message-
From: Anderson Ami [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 19, 2000 2:45 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [Zope] POST METHOD


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).

Thanks so much !!!
anderson


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] POST METHOD

2000-12-19 Thread Martijn Pieters

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:[EMAIL PROTECTED]
| Digital Creations  http://www.digicool.com/
| Creators of Zope   http://www.zope.org/
-

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )