As part of the ARCHBIUS document management system, the program sends documents to the client browser in MIME (Multipurpose Internet Mail Extensions) format, a formal extension to the Internet standard for handing embedded files for text, audio, video, or application specific data.
You can control what file types and what MIME types the program uses.
The documentManagement
section of the ..\Afmxx\tools\tomcat\webapps\archibus\WEB-INF\config\context\compatibility\afm-config.xml
file specifies which types of files users can check in and out of ARCHIBUS
and how they should be displayed when downloaded.
For instance:
Including a fileType
entry permits that type of file to be uploaded
and downloaded.
The header tag specifies the MIME instructions that are included in the message back to your browser in the header announcing the file.
The RFC 2183 content dispositions that are of most relevance are:
Some typical built-in types are:
File Extension |
Description |
bin |
application/octet-stream |
bmp |
image/bmp |
c |
text/plain |
css |
text/css |
avi |
video/x-msvideo |
dwg |
drawing |
exe |
application/octet-stream |
gif |
image/gif |
gtar |
application/x-gtar |
gz |
application/x-gzip |
hlp |
application/winhlp |
htm |
text/html |
html |
text/html |
jpe |
image/jpeg |
jpeg |
image/jpeg |
jpg |
image/jpeg |
js |
application/x-javascript |
lzh |
application/octet-stream |
mov |
video/quicktime |
mpg |
video/mpeg |
mov |
video/quicktime |
mp3 |
audio/mpeg |
ppt |
application/vnd.ms-powerpoint |
ra |
audio/x-pn-realaudio |
rtf |
application/rtf |
txt |
text/plain |
xls |
application/vnd.ms-excel |
zip |
application/zip |
Copyright © 1984-2014, ARCHIBUS, Inc. All rights reserved. |