| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/ja/docs/Web/API/HTMLInputElement/webkitEntries | [Back] [Original] |
Get to know MDN better
webkitEntries HTMLInputElement <input> file FileSystemEntry &
webkitdirectory true <input>
:
webkitEntries Google Chrome API
FileSystemEntry <input> FileSystemFileEntry FileSystemDirectoryEntry
<input>
<input id="files" type="file" multiple />
document.getElementById("files").addEventListener("change", (event) => {
event.target.webkitEntries.forEach((entry) => {
/* do stuff with the entry */
});
});
| File and Directory Entries API # dom-htmlinputelement-webkitentries |
HTMLInputElementacceptalphaaltautocompletecapturecheckedcolorSpacedefaultCheckeddefaultValuedirNamedisabledfilesformformActionformEnctypeformMethodformNoValidateformTargetheightindeterminatelabelslistmaxmaxLengthminminLengthmultiplenamepatternplaceholderpopoverTargetActionpopoverTargetElementreadOnlyrequiredselectionDirectionselectionEndselectionStartsizesrcsteptypevalidationMessagevalidityvaluevalueAsDatevalueAsNumberwebkitdirectorywebkitEntrieswidthwillValidate| Web Proxy Viewer | New URL | Original Page |