20 Dec
1999
20 Dec
'99
9:06 a.m.
John Fohrman wrote:
Hi All --
Is there a limit to how large an HTTP POST can be in Zope? It appears to be cutting off at approx. 2048 characters. If there is a maximum size, is there a way of increasing it?
Are you sure the limit is in zope ? Did you try to POST it to Zope, or did you post it through apache ? You could also change the encoding to ENCTYPE="multipart/form-data", as I have been able to upload multiple megabyte files . ---------------- Hannu