我希望我的Web应用程序在服务器上上传大zip文件。这是我的代码逻辑:
from @Local l left join @Remote r on r.RemoteId like 'ABC%' + l.LocalId
在后面的c#代码中:
@using (Html.BeginForm("AddApplication", "Admin", FormMethod.Post, new { enctype = "multipart/form-data", @class = "form-horizontal", role = "form" }))
{
<div class="form-group">
<span>PUT FILE HERE : <input style="min-width: 550px;" type="file" name="zippedApp" /></span>
</div>
}
在进入我拥有的功能之前,未达到C#功能......
HTTP错误404.13 - 未找到
所以我读到了这个:
IIS7 - Webrequest failing with a 404.13 when the size of the request params exceeds 30mb
这让我觉得没有人真正知道答案。因为在我的情况下,我确信它与MVC web.Config。
有关我在可以找到的每个配置中添加了一堆 [HttpPost]
public ActionResult AddApplication( string description, HttpPostedFileBase zippedApp)
{
//code
}
......但还没有成功。
答案 0 :(得分:6)
您还需要为IIS7 +
添加此项.platform-android .bar-subheader.has-tabs-top{
top:93px !important;
}
.platform-android .has-subheader.has-tabs-top{
top:137px;
}