Have a look at CFFTP.

==
Peter Tilbrook
Internet Applications Developer
Australian Building Codes Board
GPO Box 9839
CANBERRA ACT 2601
AUSTRALIA

      WWW: http://www.abcb.gov.au/
   E-Mail: [EMAIL PROTECTED]
Telephone: (02) 6213 6731
   Mobile: 0439 401 823
Facsimile: (02) 6213 7287 


-----Original Message-----
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, 23 January 2003 1:09 PM
To: CF-Talk
Subject: CFFILE Question


Hi All,

Is is possible to specify in a CFFILE tag the directory path of another Cold
Fusion server to save the file.  Basically what I what to do is run an
application on a server that is distributed among 4 different server in 4
different location.  The application has a file upload piece and I am bit
confused as to where the file will be saved.  If I create a new directory on
all four server say called H:\uploads and do a cffile with the destination
as H:\uploads\somefile.doc and I later go to redisplay the file in the
browser to another user is file on all four servers or just the one that the
user doing the upload was running on.

Basically I guess this is a two part question:

1) If the server is distributed between four server, does the file
automatically get uploaded to all 4

2) If not could I in a CFFILE tag, hardcode a server to save all files to,
I tried this but I get an error

<CFFILE ACTION="UPLOAD"
FILEFIELD="MyFile"
DESTINATION="nyc11621.mycompany.net\inetpub\wwwroot\corporate\information\my
test.xls"
NAMECONFLICT="MAKEUNIQUE">

but if I specify:

<CFFILE ACTION="UPLOAD"
FILEFIELD="MyFile"
DESTINATION="G:\inetpub\wwwroot\corporate\information\mytest.xls"
NAMECONFLICT="MAKEUNIQUE">

The file get uploaded, but I cannot figure out if I can specify a actual
server.

They are both CF servers.

If anyone has any ideas, please let me know.

Mario

This message is for the named person's use only. It may contain sensitive
and private proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission. If
you are not the intended recipient, please immediately delete it and all
copies of it from your system, destroy any hard copies of it and notify the
sender. You must not, directly or indirectly, use, disclose, distribute,
print, or copy any part of this message if you are not the intended
recipient. CREDIT SUISSE GROUP and each legal entity in the CREDIT SUISSE
FIRST BOSTON or CREDIT SUISSE ASSET MANAGEMENT business units of CREDIT
SUISSE FIRST BOSTON reserve the right to monitor all e-mail communications
through its networks. Any views expressed in this message are those of the
individual sender, except where the message states otherwise and the sender
is authorized to state them to be the views of any such entity. Unless
otherwise stated, any pricing information given in this message is
indicative only, is subject to change and does not constitute an offer to
deal at any price quoted. Any reference to the terms of executed
transactions should be treated as  preliminary only and subject to our
formal written confirmation.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

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

Reply via email to