Support for targa file
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2013 03:17 PM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2013 03:52 AM
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
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
