RE: CFCONTENT not serving files via UNC paths

2003-01-02 Thread Mike Townend
Usually this is to do with rights CF by default is installed on the system account which only has access to the local machine... What you will probably have to do is change the CF Service to run under a user account that has access to that machine... HTH -Original Message- From:

Re: CFCONTENT not serving files via UNC paths

2003-01-02 Thread stas
Thanks, but I've done that already. I have no problem writing or reading files, and in fact I'm using FileExists() before executing cfcontent. This is on CF4.5.1, btw. - Original Message - From: Mike Townend [EMAIL PROTECTED] Usually this is to do with rights CF by default is

RE: CFCONTENT not serving files via UNC paths

2003-01-02 Thread Dave Watts
I've got a piece of code that serves up PDFs, and it seems to have a problem when the file is an a different machine: cfcontent type=application/pdf file=\\database\output\10096-low.pdf deletefile=No I don't even get a useful error message, it gets chewed up and I only see the end