Any restrictions known submitting formular data to python products?
25 Feb
2003
25 Feb
'03
4:08 p.m.
Hello list, 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. When I reduce the forms, it works again. Are there any restrictions like a maximum of form-items known? Thanks in advance, Ulla.
25 Feb
25 Feb
4:26 p.m.
New subject: [Zope] Any restrictions known submitting formular data to python products?
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
8441
Age (days ago)
8441
Last active (days ago)
1 comments
2 participants
participants (2)
-
Max M -
Ulla Theiss