We are using a web form and we are asking users to submit a file and also submit their name on a field.
Our HR have a problem in that end users are not naming the file as we would wish. We would therefore like to automatically append the users name (which is submitted on the form) on to the actual file they submit.
Is it possible to do this somehow?
if not within DNN - how about within the database? I wonder if it's possible to grab their name wihtin the database and append their name to the filename and store in another table/field? (although the latter solution might be better posted on a SQL forum, but just wondered if anyone knew if it was feasible?)
thanks.
Sure this can be done. See https://stackoverflow.com...oad-control-and-save for example...
Happy DNNing! Michael
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.