Re: [w3c/FileAPI] file selection dialog callable by file api (#56)

What current browsers?
```js
var x = document.createElement("input")
x.type = "file"
x.click()
```
Works in Firefox.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/56#issuecomment-271227911

Received on Monday, 9 January 2017 08:06:21 UTC