Internet Explorer 中的最大上传文件大小限制是多少?

发布于 2024-09-28 07:19:16 字数 116 浏览 4 评论 0原文

在我的 Rails 应用程序中,使用 Internet Explorer 时最多只能上传 1.5GB,但使用 Chrome 时可以毫无问题地上传 10GB。这是为什么呢?我正在运行 Mongrel 作为我的网络服务器。

In my Rails application I am able to upload only up to 1.5GB when using Internet Explorer, but when I use Chrome I am able to upload 10GB without a problem. Why is this? I am running Mongrel as my web server.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半透明的墙 2024-10-05 07:19:16

尝试查看 http 标头:

内容长度:-1618952669

该值应该是文件大小(以字节为单位)(绝不是负值)。

关于此网页http://www.motobit.com/help/scptutl/pa98。嗯
浏览器内有 ~2.0GB 的限制。大于此大小的文件可能会产生整数溢出。

Try to look at the http-header:

Content-Length: -1618952669

The value should be the file-size in byte (never a negative-value).

Regarding this Web-Page http://www.motobit.com/help/scptutl/pa98.htm
There is a limit within the browser ~2.0GB. Files larger than this may produce an integer-overflow.

樱花细雨 2024-10-05 07:19:16

我知道这是一个旧线程,但只是为了帮助其他人寻找有关 IE 上传限制

  • 版本的信息    上传    下载
  • IE7           2GB         4gb
  • IE8           2GB         17,592GB
  • IE9, 10         4GB         17,592GB

I know it is an old thread, but just to help others looking for info about IE upload limits

  • Version     Upload     Download
  • IE7            2gb          4gb
  • IE8            2gb          17,592GB
  • IE9, 10      4gb          17,592GB

http://blogs.msdn.com/b/ieinternals/archive/2011/03/10/wininet-internet-explorer-file-download-and-upload-maximum-size-limits.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文