@@ -24,7 +24,7 @@ window.uploadFile = async function ({ file, uuid, userid, folderid, moFolderid }
method: 'POST',
body: formData,
headers: {
- 'Content-Type': 'multipart/form-data'
+ 'Content-Type': 'application/json'
}
});