I have prepared a form so that the user choose a file that is send by the script given bellow (in the attach), as an attach file. My problem is that the files are not located in the same web server in which the php script is located so i need to use absolute urls. The files are in a public ftp. When i run the script, the script can“t find the files even though i have set the path:
[url]ftp://ftpname/path/..../[/url]
It only works with relative paths.
how can i do?.
Thank you very much in advance