I am trying to call vbscript, the vbscript is like below
dim webClient
set webClient = HttpClient()
but the run result will show
Microsoft VBScript runtime error: Type mismatch: 'HttpClient'
so the object HttpMultipartFormDataContent has the same issue, is there any solution?
------------------------------
Yan Hai Zhao
------------------------------