php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27326 upload_max_filesize seems to be ignored
Submitted: 2004-02-19 23:48 UTC Modified: 2004-02-20 03:57 UTC
From: charlesb at ekit-inc dot com Assigned:
Status: Closed Package: PHP options/info functions
PHP Version: 4.3.4 OS: Sparc/Solaris8
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: charlesb at ekit-inc dot com
New email:
PHP Version: OS:

 

 [2004-02-19 23:48 UTC] charlesb at ekit-inc dot com
Description:
------------
I set the upload_max_filesize in the php.ini and it appears in the output of phpinfo() as expected.  However:

- if I set it to 0.1M or 100000, I can still upload much larger files (around 750K in size) files
- if I set it to 2M, 2000000 or anything like that I still cannot upload files larger than 1M. (I get the usual "The page cannot be displayed error" in IE that always appears when the limit is exceeded)

post_max_size is set to 8M...

please let me know if I can provide further info.

Thanks,
Charles


Actual result:
--------------
Do not see any error logs or errors produced.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-20 00:38 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

I can not reproduce this..

 [2004-02-20 02:33 UTC] charlesb at ekit-inc dot com
Thanks.  This afternoon, we replicated the problem on the php distribution with the fedora core.  So, on Monday we'll try to set this up on a publically viewable server somewhere so you can view the sample script in action.
 [2004-02-20 03:57 UTC] charlesb at ekit-inc dot com
Apologies guys, this appears to be caused by using IE6 connecting via squid...not exactly sure yet what is the culprit but I don't think it's php.  Closing bugrep...
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Jul 04 15:01:36 2025 UTC