I have a field in a form for the user to enter the name of a file. The fie will already be created in a specific location (C:\Desktop\) and be a specific file type (pdf)
I want to take this file name and devlop it into a set file path e.g. after the user enters "filename", somewhere in the data a file path is created C:\Desktop\"filename".pdf
Any suggestions on how to do this??
I want to take this file name and devlop it into a set file path e.g. after the user enters "filename", somewhere in the data a file path is created C:\Desktop\"filename".pdf
Any suggestions on how to do this??