Re: Uppy procedure & form data
Posted: Fri Dec 30, 2022 5:16 pm
@vario,
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.
Many thanks Kev1n for this huge piece of work.
Yves
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