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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
38 - 24 = ?
Subscribe to this entry?

 
 [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 Jun 03 07:01:33 2024 UTC