I'm working on a little project and I have to cancel the event that normally happens when clicking on a file input : the display of a dialog box which allows the user to choose a file.
Here is my file input :
<input id="echangevignette" type="file">
I didn't find anything concerning cancelling this kind of events so that's why I need some help.