Send uploaded files via attachment
see test form in DEV :
https://dev.ssp7.smt-x.com/Forms/Admin/formDetail.aspx?tab=1&id=739&ActiveFieldId=15011
It contains 2 file upload fields:
1. single file : Upload1FileForm
2. Multiple files: Upload2FilesForm
This links into this process:
https://dev.ssp7.smt-x.com/Workflow/Admin/ProcessAddEdit.aspx?saved=true&genericid=433
that contains 2 action steps:
1. upload 1 file
2. upload multiple files
The trick is to leave the field 'filename' (under dynamic attachment) empty.
This will use the original filename, but will also add a number in front of it.
example:
file 'test2.txt' will become '3064.15011.1_test2.txt'