Results 1 to 5 of 5

Thread: image uploading from PDA using VS2005 / CF2.0

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    10

    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

  2. #2
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    Re: image uploading from PDA using VS2005 / CF2.0


  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    10

    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

  4. #4
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    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.

  5. #5

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    10

    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
  •  



Click Here to Expand Forum to Full Width