getMimeType
public static String getMimeType(String filePath)
Return the mimeType for a given file path.
This will extract the file extension, and then use that
to look up an appropriate mime type (from the mimetypes.props file).
To add a new mime type, add it to the mimetype.props file.