Javascript – Automatically open downloaded file
I'm using VueJS/Axios and have to implement a download file button. My client requirement is when document is downloaded, it should automatically open with an appropriate program on the user's computer. For example when it is a Docx file and…