Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upload a File

Status
Not open for further replies.

joemaur

Programmer
Feb 24, 2002
17
BR
Hi people,

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?

José Maurício.
 
Now all you need is Webpost.dll its a ASP DLL



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


Hope this helps,
John Stephens
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top