Since upgrading to 3.1.6 and installing the MIME validator I'm unable to upload office 2007 files via any method...
If I remove the MIME validator, uploads work as expected. I've added the following to my config file and still no luck
Injector:
Upload_Validator:
class: MimeUploadValidator
File:
allowed_extensions:
- 'docx'
HTTP:
MimeTypes:
'docx' : 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
Is there anything else I should be doing?