|
-
May 30th, 1999, 10:53 AM
#1
Thread Starter
New Member
I use an Inet control to upload a file :
With InetTr
.Execute , "PUT ..."
While .StillExecuting
DoEvents
Wend
.Execute , "CLOSE"
End With
This works well but I need some help to know what the best way is to be ABSOLUTELY SURE the file has been correctly uploaded to the distant server.
Right now I experiment with the StateChanged event but I can't bring this to work !
The states rised at each execution seem to be different from one time to another ...
Please help me understand this concept.
Thanks a lot
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
|