I want to upload a file using the Internet transfer Control component using http protocol, but I didn't find an example or a relevant answer explaining how to do it.
Could anyone help me or at list indicates where I can find an answer?
Private Sub Command1_Click()
'You must have a server installed
Dim test As WPObj
Set test = New WPObj
test.WpPostFile 0, "C:\temp\aw", 0, "
0, "", 0, 0
'bsLocalPath is where the file is locate
' d on the computer, if you want to
'transfer multiple files just put in the
' folder path
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.