Have you tried reversing the slashes?  Just a hunch, but if it's using
file:// to access the file you should consider using regular slashes instead
of backslashes...  

-----Original Message-----
From: Jeff Chastain [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 02, 2003 9:58 AM
To: CF-Talk
Subject: UNC / Share Path in CFFILE (CFMX)


Has anybody used a UNC / Share path in a cffile tag before for the
destination?   I am trying to upload a file using a web page / site on
one server and have the file deposited on another server.   The cffile
tag I am using is as follows ....
 
<cffile action="upload" filefield="form.imageName"
destination\\pt-ws1.rsn.hp.com\ImageServer\RemoteGadgets\slideShow"...
 
However, I am getting the following error message ...
 
The destination directory
<file://\\pt-ws1.rsn.hp.com\ImageServer\RemoteGadgets\slideShow>
\\pt-ws1.rsn.hp.com\ImageServer\RemoteGadgets\slideShow specified in the
CFFILE tag is invalid.  The directory either does not exist or is not
accessible by this tag.
 
Any suggestions?  I have checked permissions on both the share and file
access - currently 'everyone' has full permissions in both.
 
Thanks
-- Jeff
 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to