BlueImp 从 iPhone 上传 1.2 GB 大小

发布于 2025-01-12 15:08:55 字数 403 浏览 0 评论 0原文

我试图从 iphone photomediathek 中选择一个 1.2 GB 的文件。

在上传之前,iPhone 会转换文件,然后上传会短暂开始并立即停止,大概是在确定文件大小时。

在 post() 函数中尝试:

$content_range_header = $this->get_server_var('HTTP_CONTENT_RANGE');

这里也没有返回任何值。

PHP 注意:尝试访问 null 类型值的数组偏移量 .... $uploaded_bytes = $this->fix_integer_overflow((int)$content_range[1]);

有谁知道用 iPhone 上传时出现的问题吗?

感谢您的提示

i tried to pick a file from iphone photomediathek with 1,2 GB.

Before uploading, the iphone converts the file, then the upload starts briefly and stops immediately, presumably when determining the size of the file.

In the post() function tries:

$content_range_header = $this->get_server_var('HTTP_CONTENT_RANGE');

No value is returned here either.

PHP Notice: Trying to access array offset on value of type null in
....
$uploaded_bytes = $this->fix_integer_overflow((int)$content_range[1]);

Does anyone know the problem when uploading with iPhone?

Thanks for hints

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

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

发布评论

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