.msg File Uploads/Opening via Link
I have a ColdFusion app that allows users to upload attachments, normally text files, Word docs, Excel files, and images. These uploaded attachments can then be opened from inside the ColdFusion app by clicking on the generated links to each attachment. Works great, no issues until somebody decided that they needed to upload Outlook .msg files. The .msg file uploads to the server but will not open when the link is clicked, get a 404 file not found error. I can browse to and open the file.
So, is there a trick to open a .msg file via a web link? I would expect it to work like a Word doc, launch Outlook and open the file.
