Search Results

2
votes

ASP.NET : How to detect file upload Mime type?

in the aspx page: <asp:FileUpload ID="FileUpload1" runat="server" /> in the codebehind (c#): string contentType = FileUpload1.PostedFile.Cont …