My .net cf form contains:

txtFullname (textitem)
txtID (textitem)
boxSignature (signature capturing control)
btnSave (Button)

I want to:

-Save image to pocket pc
-upload details on to a web url (http://www.myurl.com) into a db/table as (fullname, id, signatureImgnm)
-signature (image) into the web folder (http://www.myurl.com/images)

any sample codes to to these tasks?

regards