SSJ
04-13-2007, 01:10 PM
Hello Everyone,
I have a problem with my ASP Upload Script.
I am getting the error says
Invalid Procedure Call Or Argument
Set MyFileObject = Server.CreateObject("Scripting.FileSystemObject")
Set objFile = MyFileObject.CreateTextFile(filename,,-1)
For i = 1 to LenB(value)
objFile.Write chr(AscB(MidB(value,i,1))) 'Error On This Line
Next
objFile.Close
Set objFile = Nothing
Can anybody here aware of this?
Any Help would be greatly appreciated.....
Thanks in Advanced......
I have a problem with my ASP Upload Script.
I am getting the error says
Invalid Procedure Call Or Argument
Set MyFileObject = Server.CreateObject("Scripting.FileSystemObject")
Set objFile = MyFileObject.CreateTextFile(filename,,-1)
For i = 1 to LenB(value)
objFile.Write chr(AscB(MidB(value,i,1))) 'Error On This Line
Next
objFile.Close
Set objFile = Nothing
Can anybody here aware of this?
Any Help would be greatly appreciated.....
Thanks in Advanced......