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

  •  10-30-2009, 4:37 AM

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

    Hi,
     
    when I was using  normal upload I used this validation
     
    System.Drawing.Image Img = System.Drawing.Image.FromStream(fupload.PostedFile.InputStream)
     
    "fupload" is the normal ASP file upload.  when I am using the CuteWeb UI name I am  not getting this "PostedFile.InputStream"
     What Should I use there?
     
    Thanks,
    Jagan
View Complete Thread