html5-file-selector
html5-file-selector copied to clipboard
return proper fullPath when upload via file selector
trafficstars
- 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 change let us get the file path more convinient :) .