HTML5 File Upload Support Product Page
  Doesn't need answer 
 Can you add in a vbscript variable into the template for naming files?
 Asked  16 Aug 2018  16:36:55 
  1 
     has   this question  
  16 Aug 2018  16:36:55 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 17 Aug 2018  03:05:57 
   17 Aug 2018  03:05:57 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. 
  