Hi, great work on FileTypeChecker!
In many practical scenarios—such as serving files over HTTP, handling file uploads in web applications, or generating proper response headers—it's also essential to obtain the standard MIME type .
Could you please consider adding a feature to return the corresponding MIME type for detected file types? Just add a property string MimeType{get;} into IFileType
Thanks for considering this enhancement!
Hi, great work on
FileTypeChecker!In many practical scenarios—such as serving files over HTTP, handling file uploads in web applications, or generating proper response headers—it's also essential to obtain the standard MIME type .
Could you please consider adding a feature to return the corresponding MIME type for detected file types? Just add a property
string MimeType{get;}intoIFileTypeThanks for considering this enhancement!