This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
MOV files are reported as 0 size in iOS7 & iOS8 w/ multiple attribute present #990
Open
Description
I was able to reproduce with this jsfiddle: http://jsfiddle.net/zrKQD/3/.
The issue is only reproducible if the multiple attribute is present on a . With this attribute set, all browsers on iOS7 report the File size attribute as "0". Removing this attribute results in as-expected size determination by the browser, but, of course, you can only select one file at a time.
I have filed a bug with Apple and am waiting for updates. A workaround will likely be provided until this is fixed.
See #989, where this was discovered.