All AbelCam functionality has been terminated October 8th 2019
 
 
 
Navigation

Edit detail for Mime Types revision 1 of 2

1 2
Editor: sse
Time: 2009/01/08 07:36:01 GMT+0
Note:

changed:
-
<h1>MIME Types</h1>

AbelCam has definitions for several mime types built in:

<ul>
<li>html htm shtml htm -&gt; text/plain
</li><li>jpg jpeg -&gt; image/jpeg
</li><li>gif -&gt; image/gif
</li><li>jar -&gt; application/java-archive; charset=iso-8859-1
</li></ul>
all other file extensions will be delivered as mime type <b>application/octet-stream</b>
<p>&nbsp;</p>
If you want to add your own definitions or override on of the settings above,<br>
create a file named <b>mimetypes.txt</b> in the AbelCam configuration folder.<br>
define your mime types in this format:<br>
&lt;ext&gt;=&lt;mime-type&gt;<p>
eg.<br>
html=text/plain
</p><p>
The file will be read on program start.
</p>

MIME Types

AbelCam has definitions for several mime types built in:
  • html htm shtml htm -> text/plain
  • jpg jpeg -> image/jpeg
  • gif -> image/gif
  • jar -> application/java-archive; charset=iso-8859-1
all other file extensions will be delivered as mime type application/octet-stream

 

If you want to add your own definitions or override on of the settings above,
create a file named mimetypes.txt in the AbelCam configuration folder.
define your mime types in this format:
<ext>=<mime-type>

eg.
html=text/plain

The file will be read on program start.