Reply To: Get File Names in Email
August 5, 2020 at 8:54 am Reply
Customer
Sorry, you only got half of the story here. We are setting up a workflow where someone submits the form on the website, the attached files go to an S3 bucket. Completely separate from the website, there is a script running that pulls downs all the files from the S3 bucket onto a local server, hence the C:/path/to/filename.pdf. So what I want to do, is when the Confirmation email is sent after the form is submitted, I merely want to list the filenames of the files upload, and prepend that path to that local server. So the people who are getting the emails will be able to find it locally.
Hopefully that makes sense!