I have a file input element
How do I call a JavaScript function after selecting a file from the d
jQuery("input#fileid").change(function () { alert(jQuery(this).val()) });