gpt4 book ai didi

c# - 与 Fileupload 控件的最大文件大小相关的问题

转载 作者:太空宇宙 更新时间:2023-11-03 20:26:57 24 4
gpt4 key购买 nike

我已经在 Windows Server 2007. 上部署了我的网站在 IIS

我添加了 asp:FileUpload 控件

我已经设置了<httpRuntime maxRequestLength="60000"/><system.web>下在我的 Web.Config 文件中

但网站不允许保存web.config中指定的最大长度的文件文件。

我该怎么做?

谢谢..

最佳答案

我认为您需要在 web.config 文件中使用以下内容。

<configuration>
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="60000" />
</requestFiltering>
</security>
</system.webServer>
</configuration>

关于c# - 与 Fileupload 控件的最大文件大小相关的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10100852/

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