Answer the question
In order to leave comments, you need to log in
Google Chrome Strange Behavior - What's the Problem?
It is difficult to form a title based on the problem, the situation is as follows: there is a form, it has a text field (textarea), when there are a lot of characters in it (in the text field), then when submitting the form (method = post), the browser sends me to the address data :, , and I have no idea what to do with it, how to deal with it, why it happens, and the most interesting thing is that it happens exclusively in Google Chrome , respectively, in other browsers, everything is in order, the data itself is sent to the server, where they are successfully processed, but why the browser cannot leave me on the current page, but throws me, I don’t understand where and why ... The form itself looks like this:
<form method="post" action="..." onsubmit="$.waiting.init({text:'Ждите, ваш материал проверяется...'})" enctype="multipart/form-data"></form>
Answer the question
In order to leave comments, you need to log in
I think it's worth trying to send the form via XHR. Probably, the browser does not have enough memory to process such a field.
UPD. If this does not help, it makes sense to try to submit this data as a file when sending.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question