When the click
event to select a file is triggered
$("input[type='file']").trigger("click")
the choose file dialog is opened.
What I need is to trigger the event when the cancel button of this choose file dialog is clicked.
When the click
event to select a file is triggered
$("input[type='file']").trigger("click")
the choose file dialog is opened.
What I need is to trigger the event when the cancel button of this choose file dialog is clicked.