Hi,
I have a form that I use to select a file from the computer and upload it to the Internet. We have a development server and a live web server at our institution. The development server is where the upload script resides.
How can I use PHP to upload the file to our live server? I know how to upload it using move_upload_file() to a place on the same server, but not to a different one.
Rob