├── CONTRIBUTING.md ├── LICENSE ├── LICENSE.md ├── README.md ├── index.html ├── polyfill.js ├── proposal.html └── w3c.json /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/directory-upload/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/directory-upload/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/directory-upload/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/directory-upload/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/directory-upload/HEAD/index.html -------------------------------------------------------------------------------- /polyfill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/directory-upload/HEAD/polyfill.js -------------------------------------------------------------------------------- /proposal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/directory-upload/HEAD/proposal.html -------------------------------------------------------------------------------- /w3c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/directory-upload/HEAD/w3c.json --------------------------------------------------------------------------------