how to saving the captured image from the webcam in the database image format? I convert hex to bytes byte[] bytes = ConvertHexToBytes(Session["Imagem"].ToString()); and how do I pass bytes to image, to save in database in format image?
Thanks Andrea!
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.