I am using jQuery Form upload. I am unable to upload file with the size more than 4MB I debug my request in Fiddler and it is saying
ReadResponse() failed: The server did not return a response for this request.
If i am uploading small file all working well and I do not get any error.
You can see my code here: jQuery Form file upload check file on server and generate errors to pass to the client
Any ideas how to fix that? Any thoughts why it is happens?
Also I think i would add some code on client which would check the file size before submit on server.