HTML5 File Upload Support Product Page
Doesn't need answer
Can you add in a vbscript variable into the template for naming files?
Asked 6 years ago
1
has this question
6 years ago Steve Manatt posted:
Can you do something like <%aGUID%>_{name}{ext} in the file naming template? Need to use a variable that's defined when page loads to be prepended to the front of the file. Replies
Replied 6 years ago
6 years ago Steve Manatt replied:
Figured this out. Add a hidden field to the form with the value of the variable and then you can call it from the $_POST element. {{$_POST.varName}}_{name}{ext} is what I came up with and works.