Posted on 27/08/2018 11:25:20
Hi Thomas
You can create a hidden field called "FormUploadPath" and give a value relative to the /Files root like "MyFiles/Something" that will save files to "/Files/MyFiles/Something".
Be aware that this can be misused and should be avoided. A better approach would be a notification subscriber that moves the file after the forum was submitted and saved.
BR Nicolai