|
-
Jul 18th, 2007, 04:23 AM
#1
Thread Starter
New Member
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?
eyeCone
-
Jul 18th, 2007, 04:43 AM
#2
Re: image uploading from PDA using VS2005 / CF2.0
-
Jul 18th, 2007, 05:14 AM
#3
Thread Starter
New Member
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
-
Jul 18th, 2007, 05:32 AM
#4
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.
-
Jul 18th, 2007, 07:40 AM
#5
Thread Starter
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|