25 Feb
2003
25 Feb
'03
4:26 p.m.
Ulla Theiss wrote:
When I create very large forms and try to submit them to a method of a python product the submit-botton doesn't react at all.
There is no limit on Zope. But if you submit via a GET (data is in the url), you can only send about 1000 bytes. You need to use POST to send unlimited amounts of data. regards Max M