php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22138 File upload can't exceed 500k
Submitted: 2003-02-09 09:33 UTC Modified: 2003-02-23 01:41 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: stchang at seed dot net dot tw Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.2.2 OS: redhat linux 8.0
Private report: No CVE-ID: None
 [2003-02-09 09:33 UTC] stchang at seed dot net dot tw
Hi!
I wrote a simple script to upload files through web sever. However, the script work fine with apache 1.3. As upgrading to redhat 8.0. The script can't upload files exceed 500k. It report "Request entity too large." I tried to change post_max_size, upload_max_filesize. It still can't work. Does someone can help me?

Thanks!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-09 09:39 UTC] moriyoshi@php.net
Please check if your httpd.conf has a LimitRequestBody directive to limit the amount of incoming data.

 [2003-02-20 08:12 UTC] sniper@php.net
Configure PHP into httpd.conf as documented in
http://www.php.net/manual/en/install.apache2.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 16:01:29 2024 UTC