Is there some way to determine the MIME type of a file by it's content ? Maybe with some Haskell library ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Haskell bindings to libmagic might be a solution to your problem. Here's an example.
|
||||
|
|