MVC - 上传大文件时出现问题

Cip*_*ipi 3 asp.net-mvc upload

我在MVC工作,我有上传文件的视图控制.我的控制是:

<%: Html.TextBoxFor(model => model.PutDoDatoteke, new { type="file"})%>  
Run Code Online (Sandbox Code Playgroud)

当我上传大文件时,我得到"在页面加载时重置与服务器的连接"错误.我补充道

<httpRuntime executionTimeout="3600" maxRequestLength="157286400"  />
<compilation debug="true" targetFramework="4.0">
Run Code Online (Sandbox Code Playgroud)

到我的web.config文件,但我仍然得到相同的错误.有没有办法在客户端检查文件大小?