Hi, I am passing Image in base64 format to servlet as form data and in servlet i am uploading image to asset. The issue occurs before servlet code ran. JS Code:let data = {img: img};$.ajax({type: "POST",url: url,data,success: function (response) {displayModal(SUCCESS_MSG);},error: function(XMLHttpR...