I have this file input and I know I can have an onChange event on it.
<input type="file" name="something" />
The challenge with the on change event is that If I open the file picker and choose the same file again with will not be triggered. How can I make sure I can always trigger the event?