Flex中可以上传多个文件吗?
我需要一个组件,用户可以单击浏览按钮并使用 ctrl 键选择多个文件并立即上传它们。请注意,这与每次上传文件时单击“添加更多文件”不同。
在flex中可以吗?有人在这方面有什么想法吗?
提前致谢。
阿希恩。
I need a component where user can click on browse button and select multiple files using ctrl key and upload them at once. Please note that it is dfferent from clicking add more files each time a file gets uploaded.
Is it posible in flex ? Does anyone has any idea in this regard ?
Thanks in advance.
Ashine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
另一个组件供您参考:
http://weblog.cahlan.com/2006/12/flex-upload -组件.html
Another component for your reference:
http://weblog.cahlan.com/2006/12/flex-upload-component.html
是的,确实如此。这里甚至还有一个很好的工作示例:http://cookbooks.adobe.com/post_Multiple_file_upload-6742。 html
Yes indeed it is. There is even a good working example here: http://cookbooks.adobe.com/post_Multiple_file_upload-6742.html