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.
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>