@@ -401,6 +401,7 @@ const postCompressFile = function (url, data, successCallback, errorCallBack) {
}
},
error: function(jqXHR, textStatus, errorThrown){
+ console.log(textStatus, errorThrown);
toastr.error('error: ' + textStatus + " " + errorThrown);
if (errorCallBack) {
errorCallBack();