Add choose type of file before upload
Now the user must choose between the DP Multi User and Batch jobs with respective keys: dp_multiuser and batch_jobs, the expected response for:
-
DP Multi Userwill be:
{
"name": "Report_20250324.xlsx",
"content": "base64EncodedString1"
}
-
Batch jobswill be:
{
"file1": {
"name": "Processed_Report.xlsx",
"content": "base64EncodedString1"
},
"file2": {
"name": "Summary_Report.xlsx",
"content": "base64EncodedString2"
}
}
Edited by Chris Mukasa