Re: [FileAPI] Add a FileList.drop(index) method (#25)

@dmoagx: thought I'd point out a few things:

1. FileList itself may become an Array or at least Array-like. Hopefully, this would make something like drop(index) unnecessary.
2. We intend to introduce directory-picking on the platform. That is, the standard file picker on Mac OS X will have additional options to pick a directory, which you can submit along with path using a standard form upload. This API is WICG/directory-upload (https://wicg.github.io/directory-upload/proposal.html). When users select directory picking, the FileList is null.

So: I think 1 is the right approach for your feature. But for 2. we'll need to think about use cases more carefully. 



---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/25#issuecomment-153411914

Received on Tuesday, 3 November 2015 16:46:21 UTC