FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » HTTP 413 Error when uploading an attachment
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: HTTP 413 Error when uploading an attachment [message #22030 is a reply to message #22007] Mon, 10 January 2005 05:40 Go to previous messageGo to previous message
demonstrate is currently offline  demonstrate   China
Messages: 5
Registered: January 2005
Karma:
Junior Member
I found the solution Smile sigh ...

It is the apache configure file, of course!
But it is not in httpd.conf! httpd.conf reads a lot of files from /etc/httpd/conf.d, and there is a php.conf.

There is a constraint for uploading file size:

<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
LimitRequestBody 10485760
</Files>

The original size is 512Kb, now it is 10Mb, and uploading is OK.

Google really helps me Smile

Hope it is useful for your further reference.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: problem changing global settings
Next Topic: adding admin auth to custom tool
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Oct 06 21:26:09 GMT 2024

Total time taken to generate the page: 0.05452 seconds