All of our attachments have the wrong mime type which means we can't open the files properly. If you save it to disk and change the file extension it works fine so the file is not corrupt or anything just PHP/Smarty/Something is getting the wrong mime type.
For example, a pdf file will come up as a Acrobat Active X Control instead of an Acrobat file, if you save it to disk the default filename is filename.htm. Once we change the filename to filename.pdf it will open fine.
I am running this on a Mandrake 9.1 Linux server. Most normal web site links open fine in Mozilla so I assume the mime types are correct on the machine. Any help you can provide would be great. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Take a look at some of the bugs. There are some code changes you can make for better attachment behavior. These suggestions will find their way into the next release.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All of our attachments have the wrong mime type which means we can't open the files properly. If you save it to disk and change the file extension it works fine so the file is not corrupt or anything just PHP/Smarty/Something is getting the wrong mime type.
For example, a pdf file will come up as a Acrobat Active X Control instead of an Acrobat file, if you save it to disk the default filename is filename.htm. Once we change the filename to filename.pdf it will open fine.
I am running this on a Mandrake 9.1 Linux server. Most normal web site links open fine in Mozilla so I assume the mime types are correct on the machine. Any help you can provide would be great. Thanks.
Take a look at some of the bugs. There are some code changes you can make for better attachment behavior. These suggestions will find their way into the next release.