I need to write a VB routine to put a binary file from an ActiveX running on a client to a WebDAV location using HTTP PUT but I can't use ADO streams. What I need to do is along the lines of:
<SNIP>
Private objHTTP As New WinHttp.WinHttpRequest
Dim lData() As Byte
Open strDestFilePath...
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.