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? Best wishes, John ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
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
Are you sure you were posting and not getting, there is an arbitary limit set by browsers/servers of roughly 2k. |>-----Original Message----- |>From: hannu@hu.tm.ee [mailto:hannu@hu.tm.ee]On Behalf Of Hannu Krosing |>Sent: Monday, December 20, 1999 9:07 AM |>To: John Fohrman |>Cc: zope-dev@zope.org |>Subject: Re: [Zope-dev] (no subject) |> |> |>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 |> |>_______________________________________________ |>Zope-Dev maillist - Zope-Dev@zope.org |>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 ) |>
participants (3)
-
Hannu Krosing -
John Fohrman -
Phil Harris