Re: Get ContentType of File

  •  06-29-2009, 9:31 PM

    Re: Get ContentType of File

    Hi,
     
    Ajax uploader do not provide it because the mime type sent from client is not trust-able.
     
    Please check the
     
    static public string GetMimeType(string filename)
     
    of  our example :  Ajax-Uploader\AdvancedCS20-NoAjax\App_Code\SampleUtill.cs
     
    Regards,
    Terry
View Complete Thread