I hope you can help.
I am using node, express, router and ejs.
A use case is: I am on http://localhost:8080/save/page1
and in order to save the page I need to right-click and save-as.
Ideally I want the user to be able to initiate the save-as
modal by clicking on a button on the page.
Is there a way to initiate the right-click > save-as
modal?
I have tried Googling with little success. I'm probably Googling all wrong.
Thanks for all your help. It's much appreciated.
Moe