simoncpage
Programmer
hi all
i am using the following to create a textfile with vbscript on a web page
Set objFSO = CreateObject("Scripting.FileSystemObject"
Set objTextFile = objFSO.CreateTextFile("c:\hello2.txt", True)
objTextFile.Write ("hello"
objTextFile.Close
Can anyone help me with changing the above so that it add the textfile to a web site?
Any help would be great thanks!
i am using the following to create a textfile with vbscript on a web page
Set objFSO = CreateObject("Scripting.FileSystemObject"
Set objTextFile = objFSO.CreateTextFile("c:\hello2.txt", True)
objTextFile.Write ("hello"
objTextFile.Close
Can anyone help me with changing the above so that it add the textfile to a web site?
Any help would be great thanks!