| |
asserm
Posts: 2
Score: 0
Joined: 4/19/2005
From:
Status: offline
|
Hello, I'm new to vbscript and asp. I'm trying to take information that a user provides in an html text field and write it to a file on the unix backend filesystem. The file is created fine with the data, but sometimes I get garbage characters at the beginning of the text file. Can someone please tell me what I may be doing wrong? Basically my code is as follows... Initialize variables. Construct a very long string (about 3k) Get FileSystemObject CreateTextFile for writing Write the very long string to file Close file Any help greatly appreciated! Thanks!
|
|