I was just wondering how most people fetch a mime type from a file in Java? So far I\'ve tried two utils: JMimeMagic & Mime-Util.
JMimeMagic
Mime-Util
Th
In Java 7 you can now just use Files.probeContentType(path).