asp.net-mvcc#-3.0arrayscontent-type

In C#, how can I know the file type from a byte[]?


I have a byte array filled from a file uploaded. But, in another part of the code, I need to know this file type uploaded from the byte[] so I can render the correct content-type to browser!

Thanks!!


Solution

  • Not sure, but maybe you should investigate about magic numbers.

    Update: Reading about it, I don't think it's very reliable though.