Copying a file physically from client to server.
Hi,
I want to copy a file from the client to the server machine using java application. I am using JFileChooser .
The problem is that by means of this the copy is possible if the files exist on the same machine but not when the file has to be copied from 1 machine to another.
Thus physically the file does not pass to the server .
The path is the only thing which moves on .
Can this problem be handled in JAVA . I want the file to be copied in it's original form. i.e if the source file is 123.doc then the destination file should be the same , thus i do not want the contents to be copied but the file itself should be copied to the destination .
Regards,
RDeveloper.

