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
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
Comment