in your code on the javascript side, you need to keep the parameter session_id in the uppy.setMeta; it doesn't work if you don't have that.
Code: Select all
uppy.setMeta({ procedure: 'NUUPLOADFILE_TEMPLATE', rv_patient_id : '#rv_patient_id#', rv_date : '#rv_date#' , session_id: window.nuSESSION })
Yves