J
Jan Plastenjak
I'm trying to do this:
Set fso = CreateObject("Scripting.FileSystemObject")
Set file = fso.CreateTextFile("C:\Program Files\Test\Uploads\res.xml", true)
file.WriteLine(res.xml)
file.Close()
but in IE I only can see progress (in status) bar which never ends and
never save anything to the disk. Why?
Set fso = CreateObject("Scripting.FileSystemObject")
Set file = fso.CreateTextFile("C:\Program Files\Test\Uploads\res.xml", true)
file.WriteLine(res.xml)
file.Close()
but in IE I only can see progress (in status) bar which never ends and
never save anything to the disk. Why?