Skip to content

Commit 35ed527

Browse files
authored
Update main.js
1 parent cbefdac commit 35ed527

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

main.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,13 @@ let fileName = '';
88
const downloadBtn = document.getElementById('download-btn');
99
const downloadBtn = document.getElementById('upload-file');
1010
const downloadBtn = document.getElementById('revert-btn');
11+
12+
//TODO Filters
13+
14+
//Upload File
15+
UploadFile.addEventListener('change', (e) => {
16+
//Get File
17+
const file = document.getElementById('upload-file').files[0];
18+
19+
});
20+

0 commit comments

Comments
 (0)