Initializes the controller. Do this once per survey page on which you want to upload files.
The following example will automatically create an azure container per SX respondent:
"<script language='javascript' type='text/javascript'>$(document).ready(function() { ssxlib.upload_files.init(" + string([respondent/respondentid]) + ", 'YOUR SAS URL'); })</script>" Copy
"<script language='javascript' type='text/javascript'>$(document).ready(function() { ssxlib.upload_files.init(" + string([respondent/respondentid]) + ", 'YOUR SAS URL'); })</script>"
Initializes the controller. Do this once per survey page on which you want to upload files.
The following example will automatically create an azure container per SX respondent: