cancel
Showing results for 
Search instead for 
Did you mean: 

Support for targa file

patdelaney
Champ on-the-rise
Champ on-the-rise
It appears that you can configure Alfresco to add targa (tga) files to the mimetypes. There a link to a wiki page that is still a bit cryptic for me. Does anyone have a mimetypes-extension-map.xml file configured for targa (TGA) files that they can share ans the steps on where to place the file.

Thanks

Pat

Here's the link I was sent, but thats still to vague for me.  http://wiki.alfresco.com/wiki/Adding_a_Mime_Type
1 REPLY 1

abarisone
Star Contributor
Star Contributor
Hi,
to add a new mimetype add this in the WEB-inf/classes/alfresc/mimetype/mimetype-map.xml
This is an example of what I added in order to deal with signed content files
<blockcode>
<mimetype mimetype="application/x-pkcs7-mime" display="PKCS #7 MIME Message">
      <extension>p7m</extension>
</mimetype></blockcode>

Regards,
Andrea