Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
Getting A File's Mime Type In Java

have a File, is there a way to deduct its content type like application/xml etc?

share|improve this question

marked as duplicate by Stephen C, Marc Gravell Mar 10 '11 at 7:11

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

new MimetypesFileTypeMap().getContentType(new File("yourFile"));

See Also

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.