feat: add filepicker package

This commit is contained in:
Karol Sójko
2022-07-05 19:28:22 +02:00
parent 577da2ca84
commit d4188a3fa2
45 changed files with 5848 additions and 25 deletions

View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: gray;
}
</style>
</head>
<body>
<label>Classic File Picker</label>
<button id="filePicker">Classic Picker</button>
<label>FileSystem API Picker</label>
<button id="fileSystemUploadButton">FileSystem Upload File</button>
<button id="downloadButton">Download File</button>
</body>
</html>