413 error - file upload

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tito

    413 error - file upload

    Hello,

    I am trying to upload file through PHP but I am getting error:

    10.4.14 413 Request Entity Too Large
    The server is refusing to process a request because the request
    entity is larger than the server is willing or able to process. The
    server may close the connection to prevent the client from continuing
    the request.
    If the condition is temporary, the server SHOULD include a Retry-
    After header field to indicate that it is temporary and after what
    time the client may try again.

    Where setting for file size is.
    Running RH9+Apache2

    Thanks in advance,

    Tito
  • Andy Hassall

    #2
    Re: 413 error - file upload

    On 17 Aug 2004 03:51:39 -0700, titio_ser@yahoo .co.uk (tito) wrote:
    [color=blue]
    >I am trying to upload file through PHP but I am getting error:
    >
    >10.4.14 413 Request Entity Too Large
    >The server is refusing to process a request because the request
    >entity is larger than the server is willing or able to process. The
    >server may close the connection to prevent the client from continuing
    >the request.
    >If the condition is temporary, the server SHOULD include a Retry-
    >After header field to indicate that it is temporary and after what
    >time the client may try again.
    >
    >Where setting for file size is.
    >Running RH9+Apache2[/color]

    From a brief search of the docs, this looks like a good bet:



    --
    Andy Hassall / <andy@andyh.co. uk> / <http://www.andyh.co.uk >
    <http://www.andyhsoftwa re.co.uk/space> Space: disk usage analysis tool

    Comment

    Working...