When a user submits a file in an html form the location of the files is sent e.g. "c:\files\help.txt" What I need is this file on the server running the script. How do I do this in my perl script? I guess since I got the file location and I can get the ip but then... I don't know.