Syspons SurveyXact Library Documentation - v1.0.7
    Preparing search index...

    Function init

    • 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>"
      

      Parameters

      • containerName: string
      • blobSasUrl: string

      Returns void