Hi sibs_915,
A default program is the program that Windows uses when you open a particular type of file. Opening files with certain file formats or extension requires exclusive programs that can support them. You can select a default program to open PDF files. To do this, follow these steps:
- Press Windows + S to open Search Box.
- Type Default Programs, then click it.
- Click Choose default apps by file type.
- Scroll down until you see the .pdf.
- Click Microsoft Edge beside it.
- Select a new default program to open it.
- Click X to apply changes and close the window.
Let us know if you need further assistance.
No luck! I am using windows 10 . I am using msSaveOrOpenBlob of javascript to download the blob return by the ajax call. There I need no prompt on download. The PDF need to be opened in new tab instead of any prompt exactly like chrome. But not happening.
Then I checked with <a> tag. Then also it is not able to open without any prompt on click.
My code is like below.
<a href="pdf folder location">click here to download</a>
File download option is enable and there is no option for prompt. PFB the prompt I am getting.
Thanks for your answer.