Changing The name of a file before downloading
Comments
-
Hello,
I have a form that takes in a file to be downloaded and would like to change the file nameon the form somehow. How can I do this?
-
This can be down by placing a text box on the form to input the new filename and creating a data flow that takes in both the file and text box input, then alters the filename when the textbox value is changed. Ive included a small example project of this below.
[i]edited by marcus@decisions.com on 4/4/2019[/i]