After a little investigating and PHP editing I've managed to fix the attachments not being displayed properly. Instead of a proper picture, you would get a screen full of nonsense. That has been fixed now, so all attachments should be viewable from now on.
A little more inside info for those interested:
The cause of this was that the HTTP headers weren't being sent properly due to a small script bug. Thus, the MIME type wasn't reported correctly for the file, instead everything was being sent as text/html. The reason it worked in Internet Explorer might be that IE ignores the MIME type when it sees that the content is really a picture. Firefox however takes the MIME type seriously (as it should!) and displays it as HTML when told to do so.
0
Attachments fixed
Started By CodeCat, Feb 25 2006 20:03
4 replies to this topic
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users