Hi All,
Using the “File” field type. My PDF that I have uploaded are always being downloaded by the visitor to my site. Where would I change the option to open new window tab ?
Check the headers that are being sent to the browser. When a PDF is downloaded instead of displayed it is an indication the the headers or not correct, for example Content-Type: application/octet-stream.
will cause a PDF to download instead of display. https://stackoverflow.com/questions/6293893/how-do-i-force-files-to-open-in-the-browser-instead-of-downloading-pdf
My PDF files are opening in the browser, however I would like them to open in a new tab/window. I did not see an option for this in the plugin settings.
@d8yhn3 this is not an option in the plugin. This is something you need to add to the code where the link is generations by adding target="_blank"
to the link element.