如何在asp.net中上传文件而不重新加载页面

发布于 2024-08-18 22:34:25 字数 30 浏览 5 评论 0原文

如何在asp.net中上传文件而不重新加载页面

How to upload a file in asp.net without reloading a page

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

天生の放荡 2024-08-25 22:34:25

您将需要执行异步
使用Ajax上传文件并发送
以字节块为单位的文件。

原始AjaxConotrlToolkit中的正宗AsyncUpload

http: //www.asp.net/AJAX/AjaxControlToolkit/Samples/AsyncFileUpload/AsyncFileUpload.aspx

您可能感兴趣的其他一些参考资料..

You will need to perform asynchronous
file upload using Ajax and send the
file in chunks of bytes.

Authentic AsyncUpload in original AjaxConotrlToolkit

http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AsyncFileUpload/AsyncFileUpload.aspx

Some other references that may interest you..

遮云壑 2024-08-25 22:34:25

您应该找到合适的 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!

韶华倾负 2024-08-25 22:34:25

有很多方法可以做到这一点。但如果您需要一些扩展功能,请尝试示例。

There are many ways to do this. but if you need some extended functionality try this sample.

心在旅行 2024-08-25 22:34:25

这里是一个使用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.

吻风 2024-08-25 22:34:25

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

幽梦紫曦~ 2024-08-25 22:34:25

尝试这个

它使用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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文