从服务器中的客户端上传文件[关闭]

I have an applet running in server.It generates some files using the command prompt in client system and is stored in C: drive.Now,I want to upload those files onto the server.How can I do that?

As per your requirements, JUpload works well for you. Go to home page to see more information on this and for sample code.

JUpload takes care of the limitation posed by traditional HTML upload forms 
by allowing you to upload a whole directory and the files within it 
with a single click.
Its more usual use is as an applet. But it's also available as stand alone 
application.