I have a file upload and when I test it on localhost all mime-types are ok. (txt, pdf, doc, docx, xls, xlsx)
When I test the same files on the server it changes all mime-types to application/octet-stream.
Is there any setting in PHP.ini or anywhere else to set it?
Server is using WAMP.
PHP Framework Nette