- From: Andrea Marchesini <notifications@github.com>
- Date: Tue, 22 Mar 2016 08:30:20 -0700
- To: WICG/directory-upload <directory-upload@noreply.github.com>
Received on Tuesday, 22 March 2016 15:30:53 UTC
It seems confusing that HTMLInputElement.files return the array of selected files, but HTMLInputElement.directory just true/false. I think it would be nice to have it as: readonly attribute Directory? directory; In case the user selects 1 directory, this will be a Directory object. --- 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/31
Received on Tuesday, 22 March 2016 15:30:53 UTC