Calculate correct content length in meta uploader, add create script

This commit is contained in:
nolash
2021-02-18 14:10:59 +01:00
parent d3ace4cd65
commit 3725130f82
5 changed files with 14 additions and 240 deletions

View File

@@ -137,6 +137,7 @@ async function processRequest(req, res) {
console.debug('mode', mod);
let content = '';
let contentType = 'application/json';
console.debug('handling data', data);
let r:any = undefined;
try {
switch (mod) {