From:             charlesb at ekit-inc dot com
Operating system: Sparc/Solaris8
PHP version:      4.3.4
PHP Bug Type:     PHP options/info functions
Bug description:  upload_max_filesize seems to be ignored

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.

-- 
Edit bug report at http://bugs.php.net/?id=27326&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27326&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27326&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27326&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27326&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27326&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27326&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27326&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27326&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27326&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27326&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27326&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27326&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27326&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27326&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27326&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27326&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27326&r=float

Reply via email to