Hello Everyone,
I have a problem with my ASP Upload Script.
I am getting the error says
Quote:
|
quote:Invalid Procedure Call Or Argument
|
Code:
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......
-Saurabh