mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #03821
[Bug 781457] Re: if post_max_size is 0, then max upload size is 4096 not whatever upload_max_filesize is
** Changed in: mahara
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/781457
Title:
if post_max_size is 0, then max upload size is 4096 not whatever
upload_max_filesize is
Status in Mahara ePortfolio:
Fix Committed
Bug description:
to reproduce:
set post_max_size to 0 in php.ini
go to /artefact/file/
Max upload size is 4096 b
Can upload files greater than 4096b but less than upload_max_filesize setting
Expected, show upload_max_filesize setting
Cheers,
Hugh
References