Posted by Andy Hassall on 10/08/86 11:27
On 18 Sep 2005 12:45:24 -0700, amerar@iwc.net wrote:
>I'm trying to track down this error. I had a web site written for my
>company. There is an admin function where we can select photos to be
>uploaded to the server for display on the site.
>
>Anyhow, if I select more than 7 photos at a time I receive this error:
>
>Request Entity Too Large
>The requested resource
>/admin/add_product.php
>does not allow request data with POST requests, or the amount of data
>provided in the request exceeds the capacity limit
>
>The web guys really have no clue on this, so I'm trying to track it
>myself. The website is on a Red Hat 9 server.
http://www.google.co.uk/search?q=%22does+not+allow+request+data+with+POST+requests%2C+or+the+amount+of+data+provided+in+the+request+exceeds+the+capacity+limit
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.14
http://httpd.apache.org/docs/2.0/mod/core.html#limitrequestbody
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|