gpt4 book ai didi

c# - 如何在使用 jquery.MultiFile.js 时扩展最大文件大小以上传和发送(通过电子邮件)文件

转载 作者:行者123 更新时间:2023-11-30 13:59:37 25 4
gpt4 key购买 nike

我正在使用 jquery 的插件来使用多个文件上传来创建一个发送电子邮件的程序..

检查来源

http://www.fyneworks.com/jquery/multiple-file-upload/

我这里下载了,还没修改...

我注意到您上传的总大小不能超过 10MB,但是,您不能发送超过 4MB 的单个文件...

我已经被告知不能发送超过 10MB 的文件,但我的老板刚刚尝试发送一个 4.11MB 的 pdf 文件,但它没有发送....

我尝试通过 Visual Studio 发送它(这样我可以调试它并查看问题出在哪里......显然,一旦我附加了文件并单击“发送电子邮件”......程序无法访问该页面加载或按钮,它只是表明连接已被重置...

如果您尝试发送(不是使用 Visual Studio,而是来自互联网)...它会发送此错误

Maximum request length exceeded.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Maximum request length exceeded.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[HttpException (0x80004005): Maximum request length exceeded.]
System.Web.HttpRequest.GetEntireRawContent() +9037851
System.Web.HttpRequest.GetMultipartContent() +68
System.Web.HttpRequest.FillInFormCollection() +247
System.Web.HttpRequest.get_Form() +104
System.Web.HttpRequest.get_HasForm() +9038959
System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +97
System.Web.UI.Page.DeterminePostBackMode() +69
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +135

我已经检查了 jquery 文件,但我似乎找不到任何可以解决问题的东西。

你知道问题出在哪里吗?我该如何解决这个问题?

最佳答案

像下面这样修改 httpRuntime 元素的 web.config 设置

<httpRuntime maxRequestLength="4096" />

该值以 KB 为单位。默认情况下为 4 MB。

关于c# - 如何在使用 jquery.MultiFile.js 时扩展最大文件大小以上传和发送(通过电子邮件)文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13039173/

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