使用 jQuery 和 ASMX Web 服务将图像上传到数据库

发布于 2024-11-18 04:50:39 字数 174 浏览 2 评论 0原文

如何使用 jQuery (AJAX) 和 ASMX Web 服务 - asp.net 上传图像?

我在谷歌上搜索了一个简单的脚本,但什么也没有...

我只需要服务器端代码(Web 方法),可以使用 html 或 asp.net 文件上传控件接收文件形式的 jquery json post(如果可能)。

How to upload image using jQuery (AJAX) and ASMX web service - asp.net?

I searched google for a simple script but nothing...

I only need server side code (Web Method) that can recive file form jquery json post using html or asp.net file upload conrol if possible.

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

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

发布评论

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

评论(1

独自唱情﹋歌 2024-11-25 04:50:39

您无法进行ajax 文件上传。有几个网站使用 iframe 或 flash(如 gmail 那样)来完成此任务。例如:

  1. http://www.webtoolkit.info/ajax-file-upload.html< /a>
  2. http://www.ajaxf1.com/tutorial/ajax-file-upload-tutorial.html

这些示例适用于 php,但也适用于 asp.net 更改服务器端逻辑。

You cannot make ajax file uploads. There are several sites that make tricks with iframes or flash (like gmail does) to do this task. For example:

  1. http://www.webtoolkit.info/ajax-file-upload.html
  2. http://www.ajaxf1.com/tutorial/ajax-file-upload-tutorial.html

These examples are for php, but should also work for asp.net changing the server side logic.

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