gpt4 book ai didi

asp.net - 如何解决 "maximum request length exceeded"异常?

转载 作者:行者123 更新时间:2023-12-02 01:05:14 25 4
gpt4 key购买 nike

当我上传图片时出现此错误:

maximum request length exceeded

如何解决这个问题?

最佳答案

将以下内容添加到您的 web.config 文件中:

<configuration>
<system.web>
<httpRuntime maxRequestLength ="2097151"/>
</system.web>
</configuration>

这会将其设置为 2GB。不确定最大值是多少。

关于asp.net - 如何解决 "maximum request length exceeded"异常?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3668155/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com