AJAX ASP.Net 中的多文件上传用户控件
我必须使用 Ajax 控件创建一个多文件上传用户控件。 主机页/母版页将仅包含脚本管理器控件。
作为 Ajax 新手,我该如何实现这一目标? 使用 Ajax 控件构建的整个用户控件还是仅托管容器将从 Ajax 套件(如“更新面板”)派生,或者两者都可以完成?
提前致谢。
I have to create a multiple file upload user control with Ajax controls.
The host page/master page will contain only the script manager control.
How am i going to achieve this as i am new to Ajax?
Will the entire user control built using Ajax controls or only the hosting container will be derived from Ajax kit like “Update Panel” or both can be done??
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为最好的控制是“Plupload”。
我在几个应用程序中使用了它。
http://www.plupload.com/
它适用于多种方法,例如 Gears、Browser+、HTML 5、 Flash、Html 4(它为此创建了不可见的)iframe。
所以它在任何情况下都有效。
如果您有任何疑问,请告诉我。
I think the best control is "Plupload".
I used it in several my applications.
http://www.plupload.com/
It works with several methods, like Gears, Browser+, HTML 5, Flash, Html 4 (it created unvisible) iframe for this.
So it works in any cases.
Let me know if you have any questions.