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