File Upload Shorten Field Name
After a user submits a form that includes a file upload, is there a way to use script to turn the original file link to show as something like "Download File" in the corresponding view?
For example. I would like the following to be a link that says only "Download File", instead of the original file name of the uploaded file.

Thanks