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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -