Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,


I'm using below code for capture images via web came.

[^]

Its working but while saving image its showing : Request.Form["imageData"] = null
and I'm not able to save image.

Please help

What I have tried:

Hi,


I'm using below code for capture images via web came.
<a href="https://www.codeproject.com/Tips/528929/Capture-images-using-web-camera-in-ASP-NET">
</a>[<a href="https://www.codeproject.com/Tips/528929/Capture-images-using-web-camera-in-ASP-NET" target="_blank" title="New Window">^</a>]

Its working but while saving image its showing : Request.Form["imageData"] = null
and I'm not able to save image.

Please help
Posted
Updated 9-Oct-17 20:16pm
Comments
GKP1992 6-Oct-17 7:21am    
When is it working, And how are you trying to save the image? Please share the specific code which you think has the bug.
Thanks.
HarryMadaan 11-Oct-17 1:09am    
its working fine now, Please let me know how to increase image size. Default size is width="450" height="200" but i want to increase up to width="650" height="400".
Please help..
Member 11702327 7-Oct-19 23:42pm    
Hello Mr. Harry How did you solved the Request.Form("ImageData") = null?
Richard Deeming 6-Oct-17 14:10pm    
If you have a question about the code in an article, use the forum at the bottom of that article. That way, the author will be notified of your question, and will have a chance to respond.
HarryMadaan 16-Oct-17 1:13am    
its working fine now, Please let me know how to increase image size. Default size is width="450" height="200" but i want to increase up to width="650" height="400".
Please help..

1 solution

Hi,

Below is link of Article to Capturing Image From Web Cam in ASP.Net MVC

1. Capturing Image From Web Cam in ASP.Net MVC[^]

2. Capturing Image From Web Cam in ASP.Net WebForm[^]
 
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