Icefaces:批量文件上传?
我有一个关于使用icefaces批量上传的问题。目前我可以一次上传一个文件,ice:inputFile,但从用户的角度来看这没有多大用处。
是否可以一次上传多个文件?
是否只上传给定目录中的所有文件?
感谢您的帮助!
I have a question regarding bulk uploading with icefaces. Currently I can upload one file at a time, ice:inputFile, but from a user point of view this isn't of much use.
Is it possible to upload multiple files at one time?
Over just upload all files in a given directory?
Thanks for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试检查一下:
swfUpload
看起来相当不错,正是我所需要的。
Try checking out:
swfUpload
It seems quite nice and is exactly what I needed.
不,不可能使用icefaces 进行多个文件上传。
上传组件从 1.8.2 版本开始就“非常”稳定,之前的版本有很多 bug。
仅供参考,这是一个使用标准 api 进行多个文件上传的好解决方案。
http://hacks.mozilla.org /2009/12/multiple-file-input-in-firefox-3-6/
问候
No, this is not possible to do multiple file upload with icefaces.
The upload component is 'really' stable since the 1.8.2 version, previous versions have a lot of bugs.
fyi, here is a nice solution to do multiple file upload using standard api.
http://hacks.mozilla.org/2009/12/multiple-file-input-in-firefox-3-6/
Regards