Re: How to validate the image uploaded in Ajax Uploader?

  •  10-29-2009, 11:23 PM

    Re: How to validate the image uploaded in Ajax Uploader?

    Jagan ,
     
    At server side, you can use
     
    System.Drawing.Image.FromFile/FromStream to load the image.
     
    If it throws exception , that means it's not a image file.

    Regards,
    Terry
View Complete Thread