Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何通过这些方式将文件或图像上传到服务器:
我想Ajax.BeginForm()用于处理用户个人资料。
Ajax.BeginForm()
它将提供处理Json来自服务器的响应和更新消息容器信息的机制。
Json
您不能使用 Ajax.BeginForm 上传文件
您可以使用 JQuery 插件或 Uploadify
http://blueimp.github.com/jQuery-File-Upload/
http://www.uploadify.com/