[directory-upload] input.files shouldn't be null if directory attribute is used (or at least not if webkitdirectory attribute is also set) (#29)

webkitdirectory attribute works in a bit different way and doesn't set .files to null.
The current https://wicg.github.io/directory-upload/proposal.html says about 'directory' that
"If this attribute is set, input.files MUST return null."
and since many examples in the web have *both* directory and webkitdirectory attributes set, I don't think we can start returning null, at least if webkitdirectory is set.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/WICG/directory-upload/issues/29

Received on Monday, 21 March 2016 19:45:03 UTC