BlueImp 从 iPhone 上传 1.2 GB 大小
我试图从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论