1.2 MB を超える base64 文字列を投稿すると、Apache tomcat で次のエラーが表示されます。
サイズ制限はありますか? また、この問題を解決するにはどうすればよいですか? どんな助けでも大歓迎です。
どうもありがとう :)
$.ajax({ type: 'POST',
url: 'http://localhost/testServer/image',
data: {imageData : result} ,
async: true,
success: function(data) {
},
error: function (xhr, textStatus, errorThrown) {
alert(xhr.responseText);
}
});