标签: jquery asp.net-mvc-2
如果我接受<% using (Html.BeginForm("Upload", "uploadfile", FormMethod.Post, new { enctype = "multipart/form-data" })) {%> //input type file <% } %>那么它 工作良好。 所以,有没有其他方式上传文件没有表格tag.can我们这样做与jquery。 如果我错了,请纠正我。
<% using (Html.BeginForm("Upload", "uploadfile", FormMethod.Post, new { enctype = "multipart/form-data" })) {%> //input type file <% } %>
答案 0 :(得分:2)
简单回答:不,你不能这样做。