If location B has web server software & ASP, you could:

      Have the Location A CF upload form Action to an ASP upload program at
      Location B

Or (I think that this will work):

      Have the Location A CF upload form action a CF Template at Location A.
      This template initiates the upload process to Location B by passing the
      upload form information to the ASP program with CFHTTP... in effect
      "sowing" the upload process to the ASP program.

The second choice prevents the user from seeing Location B.

I haven't done this with uploads, but have CFHTTP-invoked ASP stub 
programs for other purposes.

HTH

Dick

At 9:52 AM -0700 6/11/01, Owens, Howard wrote:
>I tried doing this with CFFTP and couldn't get it to work and I was
>skeptical to begin with that it could be done, but before I abandon the idea
>... can it be done ... was I just doing it wrong?
>
>Here's the situation ... I have a client with a Web site on a server in
>Location A. The client has customers who upload large graphic files. The
>interface for uploading the files needs to be hosted at Location A, but the
>ultimate destination for the files is a server at Location B.
>
>Can CFFTP (running at Location A) be used to upload files from the client to
>Location B?
>
>I was able to successfully set it up so that <CFFile> wrote the file to the
>server and then <CFFTP> sent the file to Location B, but this was very
>sloooooowwww.
>
>Short of installing CF at Location B, what other options might there be?
>
>All suggestions welcome.
>
>H.
>
>
>
>Howard Owens
>Internet Operations Coordinator
>www.insidevc.com
>[EMAIL PROTECTED]
>AIM: GoCatGo1956
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to