html5-file-selector icon indicating copy to clipboard operation
html5-file-selector copied to clipboard

Simplified wrapper for dealing with HTML5 filesystem APIs

Results 3 html5-file-selector issues
Sort by recently updated
recently updated
newest added

- when we select file via Drag and Drop event , it's fullPath is entry.fullPath. - when we select file via file selector , it's fullPath is actually file.webkitRelativePath. This...