← Back to team overview

mahara-contributors team mailing list archive

[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: Triaged => In Progress

-- 
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:
  In Progress

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