I am using spring mvc backend system.
$$("files").attachEvent("onBeforeRun",function(id){
webix.confirm({
text:"Do you want to download this file?",
ok:"Yes",
cancel:"No",
callback:function(result){
console.log("result ",result);
if(result)
$$("files").download(id);
}
});
// return false;
});
“NetworkError: 415 Unsupported Media Type - http://localhost:8080/demo/file/download”
While debugging the code, cursor is not moving to method