How to call a JavaScript function after the selection of file from the Open Dialog window close event. in HTML using HTML file type="file".
I have a file input element
<input type="file" id="fileid" >
How can i call a JavaScript function after the file open dialog window close event.