Consider this:
Even if you choose the same file and theCode:<input type="file" id="filePicker"> <script> document.getElementById('filePicker').onchange = function() { alert('Hi!'); }; </script>filePicker
value doesn't change, you'll see the alert box in Firefox. Any solutions?
Bookmarks