php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3100 Changing filesize limit in doesn't seem to work
Submitted: 2000-01-04 14:40 UTC Modified: 2000-01-04 16:04 UTC
From: husfeldt at mailexcite dot com Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 3.0.9 OS: Linux RH6.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: husfeldt at mailexcite dot com
New email:
PHP Version: OS:

 

 [2000-01-04 14:40 UTC] husfeldt at mailexcite dot com
___________________________________MYFORM.HTML____________
<form action="test.php3" method="Post">
<input type=file name=myfile>
</form>
__________________________________________________________
Call the from and uploading a file>2Mb - this will give the 
error message "Warning: Max file size exceeded - file [myfile] not saved in /home/httpd/html/DYN-TLF_PORTAL/test/test.php3 on line 5"

It is not important if the php script contains anything

____________________________________test.php3______________
<?php
?>
__________________________________________________________

Changing /etc/httpd/php3.ini entry filesize and restarting 
apache does not change anything here!!.

I use apache v. 1.3.6.10


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-01-04 16:04 UTC] rasmus at cvs dot php dot net
Try the current version of PHP (3.0.13) and while you are at it upgrade to Apache-1.3.9.  If the problem persists, re-submit.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 19:01:33 2024 UTC