Skip to content
This repository has been archived by the owner on Dec 24, 2018. It is now read-only.

In My Computer , file "fget.js" need change "Msxml2.XMLHTTP" to "Msxml2.ServerXMLHTTP" #65

Open
juedui0769 opened this issue Oct 29, 2015 · 0 comments

Comments

@juedui0769
Copy link

function downloadFile(url, filename, callback) {
//var xhr = WScript.createObject('Msxml2.XMLHTTP')
var xhr = WScript.createObject('Msxml2.ServerXMLHTTP')
, ostream = new ActiveXObject("Adodb.Stream");

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant