- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 09 Jan 2017 00:05:44 -0800
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 9 January 2017 08:06:21 UTC
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