If I drag and drop a file in latest chrome stable (v32) webkitGetAsEntry returns null. i.e. the entry will be null in the following code:
var entry = item.webkitGetAsEntry();
However if I click and select files they come through just fine.
Q: where can I get documentation for webkitGetAsEntry