Hi um new to html and I want to know the way to create a file save dialog box. It should not be a file open dialog box. is it possible to do in html ? I found these two components
<input type="file" dialogtype="save" />
This creates a file upload dialog box though it mentioned the dialogtype as save