Is it possible to have a form where someone can browse for a file and then when they click upload it uploads to a completely different server? Assuming I have full access to both servers.
Thanks!
You'd have to populate the form with the directory contents, I think. But then it should be possible, yes. Use the php ftp functions to transfer the file, and create a virtual directory space in your form.