@@ -6595,7 +6595,7 @@ U.MD.D.I.openApplicationUpload = function (str, cid, stage, task, tool) {
setTimeout(() => {
_iframe.contentWindow.window.document.body.removeChild(_div)
}, 1000);
- }, [], { "type": "GET", "withCredentials": true });
+ }, [], { "type": "POST", "withCredentials": true });
}