Hello,
I try this link http://weblogs.asp.net/nleghari/articles/webcam.aspx
following code I try:
this.picCapture.Image.Save("test",
System.Drawing.Imaging.ImageFormat.Jpeg);
My Problems is how to get image in jpg format and store in database.
Thanks,
Harshad Prajapati
David Wier - 22 Jan 2008 17:32 GMT
Why not just save it to your hard drive, in whatever path you want, and then
store a reference to the path and filename in the Database?
David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup
> Hello,
>
[quoted text clipped - 10 lines]
>
> Harshad Prajapati