Hi Everyone,
On my website I upload files from local computer to my server using FTP functions in PHP. It all works perfectly when I run the script from my pc, but once it s on the server it can t find the file.
ftp_put(): error opening C:\Documents and Settings\Alexander\Desktop\tr1_1.jpg
I guess it happens cos it tries to find it on the server not on my PC.
The question is, how can I point it to my pc, not server.
Or how can I make it copy files from my local computer to the server while running from the server!
Please any help is appreciated as I m running out of time!
Thank you guys!
Regards, Alex