The moose likes Servlets and the fly likes Uploading and Downloading files Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Uploading and Downloading files " Watch "Uploading and Downloading files " New topic
Author

Uploading and Downloading files

Nitin Dubey
Ranch Hand

Joined: Oct 30, 2000
Posts: 126

Hi,
In a three tier architecture my client is sitting anywhere on the net. In one of his page he can upload a local file to his folder on the server. My middleware has to download the file from the client and upload to his folder on the server.
I can get the physical path of the local file in a text box from the client's page. Now how do I download the file from the client's machine and upload It to his folder on another server.
Your Suggesstions are welcome
nitin
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Uploading and Downloading files
 
Similar Threads
How to download files from the server to the client's local m/c without user interven
File uploading in EAR
how can i download automatically some objects from server to client.
File uploading in EAR
How to select the destination at run time while uploading a file.