How to create a custom fileSelect event
I want to create a custom fileSelect event that would be bindable on input type="file", and would fire after each file select. I can't use change event, as this is not triggering when the same file is selected. Can anyone help me with that?