File Upload - Path to File for Hyperlink vs Attachment

I am trying to learn more about the file upload feature and was wondering how to make return a path to the image vs it showing up as an attachment.

If I allow for multiple uploads that could get big for email standards and I would prefer to share as a hyperlink that a person could view and download vs showing up as an attachment.

Thank You

Uploaded files are not attached to notification emails by default. That’s an opt-in setting on the notification configuration page.

If you use the {all_fields} merge tag, or the field specific merge tag, they will output a link to the file. The link points to your site homepage, so anyone who receives it doesn’t actually know where the files are stored. It includes a query string which identifies which file is being accessed, and a hash that is validated before allowing access to the file.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.