| 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 -> text/plain </li><li>jpg jpeg -> image/jpeg </li><li>gif -> image/gif </li><li>jar -> 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> </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> <ext>=<mime-type><p> eg.<br> html=text/plain </p><p> The file will be read on program start. </p>
If you want to add your own definitions or override on of the settings above,
eg.
html=text/plain
The file will be read on program start.