0

I am using Fine Uploader + jQuery and PHP and everything works fine in Chrome, IE, Firefox, Opera... etc. But i tested it on Safari and on several android phones and it does not split the files into chunks. Fine uploader is sending the whole file. What am i missing? I readed the whole documentation (i think so) and there i did not found anything related about iOS/Android/Safari.

This is the $_POST send by Chrome

[uniqueid] => 75743724051801b4b497c5
[qqpartindex] => 0
[qqpartbyteoffset] => 0
[qqchunksize] => 65535
[qqtotalparts] => 69
[qqtotalfilesize] => 4475550
[qqfilename] => DSCF1803.JPG
[qquuid] => 573dba70-6b45-4ea4-95a5-07597d37ed80

and from Safari

[qquuid] => a66e27f4-769a-46d8-8429-b0d975a519e1
[qqtotalfilesize] => 4475550

Thanks in advance.

4

1 回答 1

0

支持 OSX 上的 Safari,但绝对不支持 Windows 上的 Safari。没有充分的理由在 Windows 上使用 Safari。Safari 是为 Windows 创建的,旨在将 WebKit 浏览器带到 PC。Chrome 可以更好地满足这一需求。事实上,Apple 似乎也没有兴趣支持或促进 Windows 上 Safari 的进一步开发。在 Windows 上使用 Chrome,而不是 Safari。

就 Android 上的分块而言,我已经解释了为什么目前不可能。这当然不会阻止您从 Android 上传“大”文件,但无论如何您将从 Android 上传什么样的“大”文件。

于 2013-05-01T12:53:07.037 回答