WebApi提交文件提示:读取 MIME 多节正文部分时出错。

 

问题描述:通过WebApi上传文件时,提示:读取 MIME 多节正文部分时出错。

问题原因:Http请求传输文件大小超过限制。

解决办法

再WebApi的Web.config中配置如下内容:

<system.web>
   <!--允许请求长度,设置为1GB内容-->
   <httpRuntime targetFramework="4.5.1" maxRequestLength="1073741824" />
</system.web>
<system.webServer>
    <security>
      <requestFiltering>
        <!--最大允许请求长度,单位byte,当前限制为1G-->
        <requestLimits maxAllowedContentLength="1073741824"></requestLimits>
      </requestFiltering>
    </security>
</system.webServer>
—— 完 ——
相关推荐
评论

立 为 非 似

中 谁 昨 此

宵 风 夜 星

。 露 , 辰

文章点击榜

细 无 轻 自

如 边 似 在

愁 丝 梦 飞

。 雨 , 花