added error message if attachments are not allowed
This commit is contained in:
parent
e5704ddda7
commit
80728df815
3 changed files with 21 additions and 4 deletions
|
@ -101,7 +101,7 @@ function(jQuery, HostApp, Hmac, Cache) {
|
|||
data: data,
|
||||
processData: false,
|
||||
error: function(xhr, ajaxOptions, thrownError) {
|
||||
console.error("postMultipart " + xhr.statusText + " (" + url + "): '" + xhr.responseText + "'");
|
||||
console.error("postMultipart (" + xhr.status + ")" + xhr.statusText + " (" + url + "): '" + xhr.responseText + "'");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Reference in a new issue