Hi all
i'm trying to figure out the path name for uploading a file from my machine to my php website.
When i run the script on my machine, it will connect to the ftp web server on the internet and upload the file. when i upload the script to the internet web server, it gives an saying that the ftp_put failed. I can change directory so i know i'm connected.
i think the problem is caused by the internet web server not knowing where the file is i'm trying to upload, while my local web server can find the file.
the file i'm trying to upload is on c:\test.gif.
what syntax would i need to get the internet web server to see that file?
Thanks for listening
Tim