Send uploaded files via attachment: Difference between revisions

From SMTX Wiki
Jump to navigation Jump to search
Created page with "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"
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
see test form in DEV :
see test form in DEV :
<bR>
https://dev.ssp7.smt-x.com/Forms/Admin/formDetail.aspx?tab=1&id=739&ActiveFieldId=15011
https://dev.ssp7.smt-x.com/Forms/Admin/formDetail.aspx?tab=1&id=739&ActiveFieldId=15011
<bR>
It contains 2 file upload fields:<bR>
1. single file : Upload1FileForm<bR>
2. Multiple files: Upload2FilesForm<bR><bR>


it contains 2 file upload fields:
This links into this process:<bR>
1. single file : Upload1FileForm
https://dev.ssp7.smt-x.com/Workflow/Admin/ProcessAddEdit.aspx?saved=true&genericid=433<bR><bR>
2. Multiple files: Upload2FilesForm
<bR>
that contains 2 action steps:<bR>
1. upload 1 file<bR>
2. upload multiple files<bR>


This links into this process:
The trick is to leave the field 'filename' (under dynamic attachment) empty.
https://dev.ssp7.smt-x.com/Workflow/Admin/ProcessAddEdit.aspx?saved=true&genericid=433
<br>
 
This will use the original filename, but will also add a number in front of it.
that contains 2 action steps:
<br>
1. upload 1 file
example:
2. upload multiple files
<br>
file 'test2.txt' will become '3064.15011.1_test2.txt'

Latest revision as of 10:22, 8 February 2024

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'