I have two web applications on separate servers, but using a common
database.  One server is on the Intranet, the other is located outside the
local network.  The applications allow a user to upload a file to be used on
the web pages (and a database record gets created).  But, under certain
conditions the file must be accessible to both the internal and external
server.  We don't want the external server to be accessing files off the
internal server.  

So, if I upload a file to the internal server, I also need to copy it to the
external server.  But, we don't want the user to wait while the server to
server transfer occurs (from client to server is fine though).  Can anyone
think of an easy way to do this?  Right now, I'm thinking the easiest way
might be to use CFSchedule to trigger a form post to the other server, or
even an FTP session.  

I know I can come up with a solution that works, but would appreciate any
comments/tips/suggestions for this process, or even an alternative process.
Keep in mind though that I only have the capabilities of the CF Server
and/or database server (MS SQL 2000) - no third party tools are allowed.

Thanks for any responses.

Shawn Grover
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

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

Reply via email to