无法将大于 30MB 的文件上传到 Amazon

发布于 2025-01-08 11:58:45 字数 612 浏览 0 评论 0原文

我们的网站托管在 Amazon EC2 服务器中,文件存储在 Amazon S3 服务器中。

我的问题是,当我上传大于 30MB 的文件时,上传失败。不显示任何错误,但连接重置。页面显示是这样的

连接已重置
加载页面时,与服务器的连接已重置。
该网站可能暂时不可用或太忙。请稍后再试。
如果您无法加载任何页面,请检查计算机的网络连接。
如果您的计算机或网络受防火墙或代理保护,请确保 Firefox 被允许访问网络。

但是,如果我上传小于 30 MB 的文件,则不会出现问题或错误。请帮助我解决这个问题。

在我使用的配置文件中

<httpRuntime executionTimeout="120000" maxRequestLength="1048576"
             useFullyQualifiedRedirectUrl="false"/>

,它应该允许大约 1GB 的文件。

我们使用的是单部分上传,亚马逊文档中说单部分上传也允许1byte到5Gb,那么有什么问题呢?

请尽快帮助我

Our site is hosted in Amazon EC2 server and files are stored in Amazon S3 server.

My problem is when I upload files larger than 30MB, uploading failed. Does not display any error, but connection reset. the page display like this

The connection was reset
The connection to the server was reset while the page was loading.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer's network connection.
If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.

But if I upload smaller than 30 MB there is no issue or error. Please help me in this issue.

In my config file we are using

<httpRuntime executionTimeout="120000" maxRequestLength="1048576"
             useFullyQualifiedRedirectUrl="false"/>

so that, it should allow around 1GB file.

We are using single part uploading, in Amazon document says that single part uploading also allow 1byte to 5 Gb, then what is the issue?

Please help me soon

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文