"Westbrook, Christopher L (WESTBCL04)" <[EMAIL PROTECTED]> wrote:
>
>I am having some trouble, and I can't figure out why.
...
>form = cgi.FieldStorage()
>print "Content-type:text/html\n\n";
>filename = form["file"].value+".txt" #all files end in .txt extension
>
>filename = filename.replace("\
I am having some trouble, and I can't figure out why. I'm trying to use
the simple keylogger project from source forge, and then create a web
interface to open the resulting files, so people from the outside can
see the keys logged on a server. I've got the keylogger script working
fine, and I ha