<input type="file" id="tt" onpropertychange="show(this.value)"/> <script> function show(id) { alert(id); } </script>