forms - connection reset issue with jquery submit() function -
i uploading big file (20 30 mb) form , following jquery call:
$('#upload_form').submit(); the code works small files. however, uploaded gets 20 30 mb, browser starts freaking out error message: "the connection reset"
i sure it's not server side problem, since plain old form works fine:
<form></form> is there way resolve this?
Comments
Post a Comment