Browser Mime Types
Includes the most used Browser Mime Type Definitions. The actual mimetypes class (com.jcorporate.expresso.services.dbobj.MimeTypes) uses this table to provide facilities such as auto-detection of file types based upon their extension
| Field | Description |
|---|---|
| MIME ID Number | The unique identifier of this mime type. This field is auto-generated by the system. |
| Mime Type | The mime definition. |
| Mime Type Description | The friendly name of the mime type. Example: Microsoft Word Document |
| Mime Type Icon | The file name of the icon to be used in auto-generated ui representing a file of this mime type. The name of the file comes from /expresso/images/mimeTypeIcons |
| File Extensions | A space separated list of extensions that are mapped to this file type. For example txt java and wm all should map to mime type: text/plain |