I am using JQuery webcam plugin Here is the home page It seem very useful, but my problem is I don\'t know how to save image using asp.net (without using php).
Switch to this library http://code.google.com/p/jpegcam/ you only need:
byte[] data = context.Request.BinaryRead(context.Request.TotalBytes); File.WriteAllBytes(context.Server.MapPath("~/cam.jpg"), data);