I have an upload set up, and now I need to do another one that will go to an other server. I can find how I can get the script to login to another server with a user and pass if needed and then carry on and send the file. This is what I have for a local one now $copied1 = "/location/on/server/".basename($HTTP_POST_FILES['userfile1']['name']); Is this possible?? That I want it to go to another server????? Thanks Ryan