实施客户端多文件上传服务的有效方法 [英] Efficient way to implement a client multiple file upload service

查看:87
本文介绍了实施客户端多文件上传服务的有效方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

  1. 实现多文件客户端上载服务的有效方法是什么? 有什么流行的图书馆吗? 基本上,我正在查看一个为客户提供服务的Web视图,该视图将允许他们上传文件:即浏览其文件系统,并选择最多说6个文件.

  1. What is an efficient way to implement a multiple file client upload service? Are there any popular libraries for that? Basically I'm looking at a Web view, served a client, that would allow them to upload files: i.e browse their file system and choose say up to 6 files.

与单个文件上传服务相比,实现上述服务更好.即一次只允许上传一个? 如果是这样,什么是实现该目标的有效方法,还是再次使用哪些流行的库.

Is implementing the above service better than a single file upload-service. i.e allowing only one upload at a time? If so what is an efficient way to implement that or again what popular libraries are there to use.

我正在构建要在Tomcat上部署的Java动态Web.

I'm building a Java Dynamic Web to be deployed on Tomcat.

谢谢

推荐答案

如果您的客户端可以使用现代版本的浏览器,则可以使用mozilla/webkit提供的多个文件上传字段支持.否则,请从最新的YUI3开始YUIUpload.比SWFUpload更干净/更快/更容易.

If your clients can use modern builds of browsers, you can use multiple file upload field support that mozilla/webkit offers. Otherwise, YUIUpload from latest YUI3. Much cleaner/faster/easier than SWFUpload.

这篇关于实施客户端多文件上传服务的有效方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆