[VB6] Using WinInet to post binary file | IT blog
Here are a couple of VB6 functions that can be used to upload a zip file through an http post request. Using ready-made Microsoft.XMLHTTP or WinHttp.WinHttpRequest.5.1 First the easy one, using XMLHTTP to do the actual work The biggest benefit of using .....