I am having a problem with attaching files to messages in Phorum. The upload appears to work correctly, but when I click on the link to download e.g. a Word document I am getting a screen full of garbage characters in the browser.
I am running Phorum 3.3.2a on a Win2000 Server, running Apache 1.3.20 and PHP4.0.6 as a module. I'm using IE5.5 SP2, and Netscape 6 as browsers, and having the same problem on each.
The files are being correctly uploaded to the phorum_upload directory, from where I can open them directly without any problem, so there doesn't appear to be any corruption at that stage.
I have checked the mime-type being passed in the header in download.php, and it is application/msword which I believe is correct. Also the path to the files is being read correctly.
I am having similar problems with .jpg, .max, .zip, .xls files.
Any ideas?