I am using the MediaElement image to link registration to open in a new page. But when I click it downloads the file. I need the PDF file is opened in a new page.
What can be wrong there?
Hi mleite1!
The default behaviour when linking to a PDF should be for the browser to open it up instead of downloading it for the user. When I view your page and click on the PDF links that is what happens, they open up in a new tab for me to view.
Do you mean you want them to download automatically? If so then try zipping them up in an archive and link to that instead.
Other than that you could try some of the solutions in this thread, http://stackoverflow.com/questions/364946/how-to-make-pdf-file-downloadable-in-html-link.
Best regards,
Elliott
Ok. Thanks.