Results 1 to 2 of 2

Thread: How to send a file using Internet Transfer Control with Http protocl

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Location
    Hyderabad,Andhra Pradesh,India
    Posts
    1

    Post

    Please may I know how to transfer a file to a known host via the Http,proxy server using the Internet Transfer Control.

    Ps:I tried sending this but got the message of "Still Executing Last Request".

    Please do send me the Property settings

  2. #2
    Lively Member
    Join Date
    Jul 2002
    Posts
    95

    Post

    You must wait until the last action has ended. you can do this by entering the following code:

    While Inet1.StillExecuting
    Doevents
    Wend

    After you put this code, put the procedure of what you want to do. This will wait until Inet ends the requested action, and then will contiune with the next action.

    I hope this helps!

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