Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Taking picture from ASP.NET app?
Message
From
04/06/2013 17:30:57
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 4.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01575638
Message ID:
01575653
Views:
37
As it's running on the web, you'll need some type of activeX control or java applet(?) or Flash to make this work. http://stackoverflow.com/questions/4701017/taking-a-picture-from-web-browser

As for saving it on disk, if you're using SQL Server, you may want to look at FileStream. I'm just starting to investigate this myself, but it looks slick. Basically, SQL Server handles the file for you. A reference is stored in the DB. IF the row is deleted, SQL Server deletes the file. If the file is deleted from disk, the field is NULLed. In .Net you treat it as a byte array.

>Hi,
>
>I saw an iPad app called iAuditor which allows you to make templates (e.g. for any kind of audit). What is interesting is that while you fill out an audit template/form (making notes) you can take a picture (using iPad where the app is running) and store the picture in the form.
>
>I wonder if this is possible (and how) if you create the template using ASP.NET? How difficult would it be to have the feature of taking a picture and storing it (say, in a database or email)?
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform