We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d938902 + 58bead1 commit 99130c0Copy full SHA for 99130c0
README.md
@@ -20,6 +20,7 @@ Download the files from the [dist](https://github.com/mailru/FileAPI/tree/master
20
<script>window.FileAPI = { staticPath: '/js/FileAPI/dist/' };</script>
21
<script src="/js/FileAPI/dist/FileAPI.min.js"></script>
22
<script>
23
+ var choose = document.getElementById('choose');
24
FileAPI.event.on(choose, 'change', function (evt){
25
var files = FileAPI.getFiles(evt); // Retrieve file list
26
0 commit comments