File Dropper - use of Outlook *.msg files

0
Hi *,I'm struggling with the File Dropper module - I would like to upload Outlook *.msg files, however they are refused all the time, *.pdf, *.zip and other file types are fine.As MIME type setting I tried application/msg or application/vnd.ms-outlook and other crude configurations - without success.Does anyone have any idea what else I can do?BRBernhard
asked
1 answers
1

The issue is that browsers don’t reliably return a correct MIME type for *.msg files, which is why File Dropper rejects them even if you set MIME types. You can see this behavior discussed here:


https://stackoverflow.com/questions/55687631/which-mime-type-can-i-use-for-msg-file-using-file-object

https://stackblitz.com/edit/mime-type-checker?file=index.js


answered