Haritha Naga
I need code for checking image dimensions when i upload image? it need to check minimum, maximum values when i upload a image? can u ppl help me this is urgent issue so plz.
By Haritha Naga in C# on Aug 03 2012
  • R ACHUTHA
    Aug, 2012 27

    Can u check the width and height properties of uploaded image. Like followsSystem.Drawing.Image image = System.Drawing.Image.FromFile(fileupload.fileName);int ActualWidth = image.Width;int ActualHeight = image.Height;

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS