|
Posted by Fran Garcνa on 09/21/05 11:58
Adam wrote:
> On 18 Sep 2005 12:45:24 -0700, amerar@iwc.net wrote:
>
>
>>Hi All,
>>
>>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.
>
>
> How are you gathering the info for the requests? Is it being passed by
> a GET by any chance? If so, I thought there was a physical limit to
> how many characters you can pass via a URL <?>.
>
> Adam.
At your php.ini in your webserver there is a directive like
post_max_size = 16M
Maybe you must change this value to a higher value.
Navigation:
[Reply to this message]
|