java - 无法使用jquery上传4GB文件

标签 java javascript jquery file-upload swfupload

我正在尝试使用 jQuery 传输插件和 SWFUpload 上传 4.8 GB 文件。我能够上传 2.5 GB 的文件。

系统对文件上传有限制吗?

我使用的是 64 位系统。

最佳答案

这也可能是 php.ini 中的限制。

"*Clarification on the MAX_FILE_SIZE hidden form field: PHP has the somewhat strange feature of checking multiple "maximum file sizes". The two widely known limits are the php.ini settings "post_max_size" and "upload_max_size", which in combination impose a hard limit on the maximum amount of data that can be received.*"

-svenr

整个帖子: http://us3.php.net/manual/en/features.file-upload.php#74692

关于java - 无法使用jquery上传4GB文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8110900/

相关文章:

javascript - 如何在页面上创建子文件夹?

javascript - jsSocials 分享到 Pinterest image_url 错误

jQuery 缓动在我的 animate() 调用中不起作用

java - 在按钮单击上添加 JLabel 但不显示

c# - Java 到 C# Unix 时间转换

javascript - 我从具有 CSS 和 Javascript 的 Web API 返回的 HTML 不起作用

javascript - 如何从数组中删除一个项目?

javascript - jQuery:切换任何下拉菜单时切换其他下拉菜单

java - GL_QUADS 以我不希望的方式渲染

java - 如何根据属性的值获取属性的名称?