如何用VB接受xmlHttp传输过来的数据
我用vb xmlHttp做了个文件传输的例子,自觉是个挺值得看的例子,所以贴出来和大家一起交流一下。 xml结构: 文件以二进制方式存在这里 下面开始 Private Sub CreateAndTranXML() Dim ado_stream As New ADODB.Stream Dim xml_dom As New MSXML2.DOMDocument30 Dim strA As String, szFile As String, m_szUpFile As String m_szUpFile = "http://127.0.0.1/getupFile…