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

return proper fullPath when upload via file selector

Open ccheng-dev opened this issue 4 years ago • 0 comments
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 :) .

ccheng-dev avatar Mar 16 '21 15:03 ccheng-dev