RE: CFFILE with UNC Paths.

2001-02-27 Thread Andy Ewings
You should be able to stick the UNC path in the file attribute of the cffile tag -- Andrew Ewings Project Manager Thoughtbubble Ltd http://www.thoughtbubble.net --

RE: CFFILE with UNC Paths.

2001-02-27 Thread Philip Arnold - ASP
Anyone know a way to write a file via a UNC path? I do this all the time; cffile action="append" file="\\server\share\directory\file.txt" output="#s#" Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 "Websites for the real world"

RE: CFFILE with UNC Paths.

2001-02-27 Thread JustinMacCarthy
Hi Check out the links from http://www.cffaq.org/cfserveruseraccount.cfm Justin [EMAIL PROTECTED] -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 4:12 PM To: CF-Talk Subject: CFFILE with UNC Paths. Anyone know a way to write a file via

RE: CFFILE with UNC Paths.

2001-02-27 Thread Kibbey, Bruce A (Integic)
Try doing the initial CFFILE upload to a temp directory on the local machine and then immediately do a CFFILE move to the unc path... that's how I've done it in the past. -bk -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 11:12 AM To:

RE: CFFILE with UNC Paths.

2001-02-27 Thread Eric Barr
Neil, I don't believe you can use UNC's with CFFILE (someone please correct me). I remember trying this out and it not working. But it could have been a permissions issue. When CF installs the service runs as the local system account ...which is god on that system, but has no rights outside the