Re: [File Upload]Multiple Destination ??

2003-08-30 Thread Bill Barker
Another alternative (depending on your network config, and network policies) is to upload the file once and rsync the uploaded file to the various locations. Tim Funk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] The client (SWING app) will need to perform multiple HTTP requests to

[File Upload]Multiple Destination ??

2003-08-29 Thread Bikash Paul
Hi all friends, Iam facing problem with Uploading of one file in multiple destination means user can select multiple remote destination from client interface(swing) and my application should send that file in all remote destination from local hot folder.For that I have used Jlist Box with

Re: [File Upload]Multiple Destination ??

2003-08-29 Thread Tim Funk
The client (SWING app) will need to perform multiple HTTP requests to post the file to the multiple servers. Thats the way HTTP works. You can do this concurrently with multiple threads. (How-to is beyond the scope of this list and an exercise in using google) Otherwise, you can have one