diff --git a/web/ASC.Web.Client/src/store/SsoFormStore.js b/web/ASC.Web.Client/src/store/SsoFormStore.js index dad4a602c0..360114bb13 100644 --- a/web/ASC.Web.Client/src/store/SsoFormStore.js +++ b/web/ASC.Web.Client/src/store/SsoFormStore.js @@ -263,7 +263,7 @@ class SsoFormStore { if (!file.type.includes("text/xml")) return console.log("invalid format"); const data = new FormData(); - data.append("file", file); + data.append("metadata", file); try { this.onLoadXML = true;