How to store image in database captured through Web Cam using Silverlight Interface in MVC
i am working on Barcode Project.In this, i am captu开发者_Go百科ring image using web cam in MVC Framework using Silverlight Interface. In this i want to store image in database to retrieve for future use like to get barcode from the Barcode image.(To Decode).
pls help how can i store images on the server.
Thanks..................
Hi
You must send captured image to database with WCF or WCF RIA service.
Than you can store image in database.
On this article from codeproject you can find how to store data on database.
This article is for WinForm application but will work in your case as well.
精彩评论