Question
Creating an XML file with CFFILE on UNIX server
I've run into a problem with creating an XML file on a UNIX
server. I don't have access to the server and I'm trying to create
an XML file so an outside agency can read it through the site URL.
On a Windows machine I use GetDirectoryFromPath and ExpandPath to return the drive/path info, then I create the file with this and the query result. On the Unix web server I am only being returned a relative path, because of this I can't write the XML file to the web server. Any idea how to get around this?
On a Windows machine I use GetDirectoryFromPath and ExpandPath to return the drive/path info, then I create the file with this and the query result. On the Unix web server I am only being returned a relative path, because of this I can't write the XML file to the web server. Any idea how to get around this?