从客户端的服务器上传文件

时间:2013-01-22 05:48:40

标签: java php jsp curl

我有一个在服务器上运行的applet。它在客户端系统中使用命令提示符生成一些文件并存储在C:drive中。现在,我想将这些文件上传到服务器上。我该怎么做?

1 个答案:

答案 0 :(得分:0)

根据您的要求,JUpload适合您。转到主页以查看有关此内容和示例代码的更多信息。

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.