Upload limit in Admin Plugin

Not sure where this post should go - but it has to do with settings with regards to the site - so I guess it has to do with installation. I just realized that although the upload limit was set to unlimited in the Admin Plugin, my php.ini limited it to 2M. I couldn’t understand why some uploads could not be saved. This should somehow be documented to help others who may not be aware of this.

Ok, this on its own had no effect. Both the following values had to be updated in php.ini:

  • post__max___size =
  • upload___max__filesize =

After that it worked perfectly.

Yes, Admin can enforce lower limits, but the global PHP limits must be set to increase them.