Hi,
I am working on an ASP.NET application, I have a page where i capture an image from the user's webcam and display that image on an image control.. How do i save this image in a database?
I've searched for many samples, but all i found is the fileupload code. I am not uploading the image here, but i'm capturing it from a webcam.
help me !!