how to handle upload dialog in electron JS webview

In electron JS web view , when we click on an input file element a attach dialog will be showed
I need to handle this dialog to cancel or attach file
but I checked electron document but it doesn’t have any method how can I handle it?