[SOLVED] File size limit in media manager?

Hey there,

what could be the reason why the Neos media manager limits file uploads to 8M, although the setting in the php.ini is different?

I have had this problem very often recently.

Thanks,
Matthias

There is quite a lot involved on the server side:

  • PHP upload and POST size limits (two different settings)
  • HTTP Server settings (eg. nginx / apache)
  • timeouts in either could also be a possible reason for the perceived limit

Thanks @christianm, it was the POST size!