update upload function

This commit is contained in:
Mohamed Nouffer
2021-09-13 12:50:28 +05:30
parent 77cef6d5e9
commit 9ccb248d99

View File

@ -47,11 +47,11 @@ function callInitFileMover(re) {
// A chunk of data has been received.
resp.on('data', (chunk) => {
//debug
data = "{
data = `{
"construction_id": 3,
"file_name": "ini_データ入力シート.xlsx",
"file_type": "dataSheet"
}"
}`
data += chunk;
});