i am moving some data file from one server to the other. The problem is how can i make so i can have link in my cold fusion to pint to that and open up odf files from the other server?
here is the code:
<cfif fileexists("c:\Inetpub\ eq "yes">
<a href="\\Xanadu\xanadu\Docs\po\#cust##trim(po_no)#.PDF">View PO</a>
<cfelse>
No Match
</cfif>
here is the code:
<cfif fileexists("c:\Inetpub\ eq "yes">
<a href="\\Xanadu\xanadu\Docs\po\#cust##trim(po_no)#.PDF">View PO</a>
<cfelse>
No Match
</cfif>