Remove link to uploaded file in email notification

Hi, I’m using gravity form. Once we submit the form an email notification goes to including the attachment link, Now I would like to remove that link on the attached file and the file name will be there.
Any suggestion, please.

Hello Kanhaiya. You could use the gform_merge_tag_filter to modify the output for the file upload field, when your notification uses the {all_fields} merge tag. See example 6 here to a basic approach to modifying that for a file upload field:

If you have any other questions, please let us know.