I am trying to use CFFILE to copy an image file from a central file store on the network to the web server, so it can then be sent to the browser requesting it.<br><br>All I get, however, is<br><br> Unable to copy file 'i:\testdoc.txt' to path 'd:\webroot\users\VIEW_A60D2C.jpg'. Error: Access is denied. (error 5).<br><br>Currently, both machines are running on NT however the webserver itself is moving to Linux in the coming weeks.<br><br>I see in the docs that CFFILE works on files local to the web server. Does this mean physically located, or can it access files on other resources?<br><br>Help!!!!<br><br>Garry