Reputation: 141
i am working on Barcode Project.In this, i am capturing 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..................
Upvotes: 1
Views: 1088
Reputation: 3593
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.
Upvotes: 1