Hello,
After using the Save As PDF script step in FileMaker WebDirect to create a pdf file of a layout, this dialog, from the image I have posted below, will show up at the end of the process to allow the user to click on the button that contains the filename to download the file from their browser. I was wondering if there is any way to suppress this dialog and allow the browser to download the file automatically after the Save As PDF script step is ran or if anyone knows of any work arounds where I create the same interaction that I desire.
Thank you for your time,
Jessie Cisneros
Not from within filemaker itself, no.
But it may be theoretically possible to have the server generate the file and send it via FTP somewhere, like an S3 bucket or FTP server; then run Open URL for the user to open up a URL to the file ,which would cause for it to be handled by the browser for download.