如何在asp.net中上传文件而不重新加载页面
如何在asp.net中上传文件而不重新加载页面
How to upload a file in asp.net without reloading a page
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在asp.net中上传文件而不重新加载页面
How to upload a file in asp.net without reloading a page
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
原始AjaxConotrlToolkit中的正宗AsyncUpload
http: //www.asp.net/AJAX/AjaxControlToolkit/Samples/AsyncFileUpload/AsyncFileUpload.aspx
您可能感兴趣的其他一些参考资料..
Authentic AsyncUpload in original AjaxConotrlToolkit
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AsyncFileUpload/AsyncFileUpload.aspx
Some other references that may interest you..
您应该找到合适的 ajax 上传器。一种明智的选择是 jquery ajax 上传器。我希望这个免费下载的 jquery ajax uploader 能够赢得您的心。一切顺利!
You should find a suitable ajax uploader. One wise choice would be a jquery ajax uploader. I hope this jquery ajax uploader, free download, would win your heart. All the best!
有很多方法可以做到这一点。但如果您需要一些扩展功能,请尝试此示例。
There are many ways to do this. but if you need some extended functionality try this sample.
这里是一个使用ajax上传文件的跨浏览器脚本。如果这个工具和技术不适合您,您可以在 google 上搜索 Ajax 文件上传并查找其他工具和技术。
Here is a cross-browser script to upload file using ajax. You can search google for Ajax file upload and find out other tools and techniques if this one does not works for you.
jquery-transmit 是一个复杂的 jQuery 插件,提供优雅的多文件上传实用程序。该插件的核心是一个小型 SWF 文件,它提供单个或多个文件选择和上传服务
jquery-transmit is a sophisticated jQuery plugin providing an elegant multi-file upload utility. At the core of the plugin is a small SWF file which provides single or multiple file selection and upload services
尝试这个
它使用jquery上传多个文件...您也可以下载示例项目运行良好..并且可以快速上传文件。
您可能需要更改 web.config 以设置可以传递的数据长度...在示例项目中...
try this
it uses jquery to upload multiple files... you can also download sample project which works fine.. and uploads files quickly.
you may need to change your web.config to set lenght of data can be passed ... in the sample project...