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

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -