get name of file upload code example
Example: get uploaded file name
fake_path=document.getElementById('FileUpload1').value
alert(fake_path.split("\\").pop())
fake_path=document.getElementById('FileUpload1').value
alert(fake_path.split("\\").pop())