Click here to Skip to main content
15,911,896 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have capture image using Webcam and shown image in picture box.
then now to store that image into database and retrieve from database to show in that picture box.

and also to store in application folder.
Posted

1 solution

i> you can store image in some specific folder of website and store only address of that image in database and retrieve the image by its address (url),

ii> images can be also store in directly database in binary form.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900