image uploading from PDA using VS2005 / CF2.0
Hello,
I am designing a Windows Mobile application that uses Ink control to take user signature. I saved the signature in a GIF on external memory and want to upload the same image on a website/webserver automatically then & there.
I am using VS2005 and VB.net windows mobile 5.0. The application runs on PDA phone.
Any idea?
:ehh: eyeCone
Re: image uploading from PDA using VS2005 / CF2.0
Re: image uploading from PDA using VS2005 / CF2.0
Can't get it for what you suggested? anyone can provide me the codes to do? don't mind my thick understanding :p
Re: image uploading from PDA using VS2005 / CF2.0
When you want to send data to the Internet resource, the GetRequestStream method returns a Stream instance to use to send data. The BeginGetRequestStream and EndGetRequestStream methods provide asynchronous access to the send data stream.
Re: image uploading from PDA using VS2005 / CF2.0
I checked it for example but unsuccessful. by the way will it help to upload gif image from my pda to internet? I tried one other thing as well. I added another Windows Application project to my existing Windows Mobile project and added a form into the newly added project and add a method which is using system.net.ftpwebrequest - The problem is how can I call this from the parent/primary mobile project?
thanks :P