<div dir="ltr"><div>Hi All,</div>
<div> </div>
<div>I've upgraded my RT system from 3.6.3 to 3.8.1 successfully (Both versions are running with MYSQL 5). However I can't get the 3.8.1 to work with attachments. All Word,Excel,Jpg and other documents display as garbage.</div>

<div> </div>
<div>Then as a test I've installed a fresh RT 3.8.1 onto a another system. But the result is the same with fresh install with fresh database. What am I doing wrong?</div>
<div> </div>
<div>Any help much appriciated.</div>
<div> </div>
<div>Cheers,</div>
<div>CP</div>
<div> </div>
<div>Here is my SHOW CREATE TABLE Attachments; output.</div>
<div> </div>
<div>| Attachments | CREATE TABLE `Attachments` (<br>  `id` int(11) NOT NULL AUTO_INCREMENT,<br>  `TransactionId` int(11) NOT NULL DEFAULT '0',<br>  `Parent` int(11) NOT NULL DEFAULT '0',<br>  `MessageId` varchar(160) DEFAULT NULL,<br>
  `Subject` varchar(255) DEFAULT NULL,<br>  `Filename` varchar(255) DEFAULT NULL,<br>  `ContentType` varchar(80) DEFAULT NULL,<br>  `ContentEncoding` varchar(80) DEFAULT NULL,<br>  `Content` longtext,<br>  `Headers` longtext,<br>
  `Creator` int(11) NOT NULL DEFAULT '0',<br>  `Created` datetime DEFAULT NULL,<br>  PRIMARY KEY (`id`),<br>  KEY `Attachments1` (`Parent`),<br>  KEY `Attachments2` (`TransactionId`),<br>  KEY `Attachments3` (`Parent`,`TransactionId`)<br>
) ENGINE=InnoDB AUTO_INCREMENT=31223 DEFAULT CHARSET=latin1 |<br></div>
<div> </div>
<div> </div></div>