File dropper widget MIME Type for .msg Files?

1
Hi folks, I want to upload a .msg file in file dropper widget and also I tried application/vnd.ms-outlook and application/octet-stream in the restriction tab but its not working is there is another option to achieve this ?     Thanks in Advance!    
asked
2 answers
0

Hello,

 

The problem is the browser can’t return the correct mime type for msg files.

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

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

 

If you are not strict on file extensions for this upload, just leave the “Restrictions” empty and it should work.

 

Huy

answered
0

Check it out here https://www.outsystems.com/forums/discussion/69389/how-to-get-right-mime-type-for-msg-file-while-uploading-file/

you can import MSG Files into Outlook 365 easily.

answered