We need to upload a 9M file in our OMP system and we get a “invalid genre” message. We changed the max-file-size parameter to 50M. We assume the change is applied because in the text message below the upload box it specifies the correct max size.
Any ideas?
Hi @Fernando_Estrada,
There are several kinds of limits – the PHP upload limit, the Apache upload limit, and the Apache POST limit. I wonder if you’re not hitting the Apache post limit based on the error message. Have a look at this FAQ entry for details.
Regards,
Alec Smecher
Public Knowledge Project Team