PDA

Click to See Complete Forum and Search --> : How to send a file using Internet Transfer Control with Http protocl


michael.julius
Feb 21st, 2000, 10:16 PM
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

programmer
Feb 23rd, 2000, 08:13 PM
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!