Calculate correct content length in meta uploader, add create script
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user