Hi Community,
I have a question that I believe has a simple answer and I’m not sure of what to do. I have an app where users upload files. Most files are PDFs. They all have AWS appforest urls. The issue is that whenever i use a link to open an external URL or a button workflow to navigate to an external site, and test, my browser (Firefox) automatically downloads the file. I want the browser to open a new tab and display the PDF in the browser’s own built in PDF website viewer.
In both instances, I’ve been adding https: before the url that begins as //s3.amazonaws.com/appforest…etc. To no avail, the PDF in both circumstances automatically downloads.
Does anyone have any hacks or ideas for this?
Many thanks in advance
UPDATE: I noticed that Microsoft EDGE does indeed open a separate tab and displays the PDF in its own web based PDF viewer. Does anyone know how to create a workaround for Firefox?