Internet Explorer 中的最大上传文件大小限制是多少?
在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试查看 http 标头:
该值应该是文件大小(以字节为单位)(绝不是负值)。
关于此网页http://www.motobit.com/help/scptutl/pa98。嗯
浏览器内有 ~2.0GB 的限制。大于此大小的文件可能会产生整数溢出。
Try to look at the http-header:
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.
我知道这是一个旧线程,但只是为了帮助其他人寻找有关 IE 上传限制
I know it is an old thread, but just to help others looking for info about IE upload limits
http://blogs.msdn.com/b/ieinternals/archive/2011/03/10/wininet-internet-explorer-file-download-and-upload-maximum-size-limits.aspx