I'm using the below code
HTML Code
<input type="file" id="fileDialog" style="opacity: 0">
JS Code
event.preventDefault();
$("#fileDialog").trigger('click');
But this is opening File Explorer as shown in image File Explorer
I want to open a File Explorer with Save Button not an open Button, can anyone help me with this please