通过$ .post上传

时间:2011-05-05 06:34:10

标签: c# jquery asp.net-mvc-2

我想通过$ .post命令选择我的文件?此刻,我喜欢

<% using (Html.BeginForm("Index", "Upload", FormMethod.Post, new { enctype = "multipart/form-data" })) {%>

<input type='file'></input>
<button>upload</button>

<%}%>

2 个答案:

答案 0 :(得分:0)

不可能 你应该使用iframe技术(搜索这个),这不是真正的ajax而是给'ajax感觉'。
干杯

答案 1 :(得分:0)

Microsoft支持部门提供了一些说明:

http://support.microsoft.com/kb/323246