Re: ContentType Property?

  •  10-10-2008, 12:55 PM

    Re: ContentType Property?

    Hi,
     
    I think the better solution is get the mime type by the file extension.
     
    Please check our example code :
     
    Ajax-Uploader\AdvancedCS20-NoAjax\App_Code\SampleUtill.cs
     
    static public string GetMimeType(string filename)
     
     
    Regards , Terry .
View Complete Thread