Well the hardest part is capturing the signature into a file, once that is
done, you simple send the file as an attachment in the HTTP request (similar
to the way you upload files as attachments in your web-based e-mail
account), then the form its received by the Web server and through ASP.NET
you store the data in a Database, either with the image in a field of the DB
or with a field bearing the path to the image.
--
Juan David Gomez A.
Microsoft Certified Professional
Analista de Desarrollo - PSL S.A.
Web and Wireless Banking
Medellin - Colombia
> My goal (if attainable) is to program something that is akin to how UPS
> delivery men collects signatures and more. Here is the scenario.
[quoted text clipped - 18 lines]
> preliminary stage right now. I have not done any .NET wireless
> programming.
David C - 01 Jan 2005 08:33 GMT
> Well the hardest part is capturing the signature into a file,
Do you have a suggestion on how to go about doing exactly that?
Ogie Ogelthorpe - 01 Jan 2005 13:49 GMT
>>Well the hardest part is capturing the signature into a file,
>
> Do you have a suggestion on how to go about doing exactly that?
Appforge has an object that does it for you. Watch the web demo at
http://www.appforge.com/videos/index.html
Ogie