使用 jQuery 和 ASMX Web 服务将图像上传到数据库
如何使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法进行ajax 文件上传。有几个网站使用 iframe 或 flash(如 gmail 那样)来完成此任务。例如:
这些示例适用于 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:
These examples are for php, but should also work for asp.net changing the server side logic.