"页面无法显示"使用Internet Explorer上传文件时。 ASP

时间:2016-06-06 09:37:03

标签: asp.net file-upload

当我上传文件时,我遇到的页面无法显示'。我上传的文件大小为168字节。 我已经尝试过以下代码,但仍然没有运气。我正在使用I.E.在移动扫描仪中上传文件。

<httpRuntime targetFramework="4.5" maxRequestLength="102400" executionTimeout="3600" />

<requestFiltering>
    <requestLimits maxAllowedContentLength="1024000000" />
</requestFiltering>

0 个答案:

没有答案