I am unable to ulpoad files if total size of files is more than 4mb in asp.net mvc3. I am using jquery.form.js to upload file and uses ajax to post the form to server side. It works fine if total size of files uploaded is less than 4 mb but if exceeds 4mb then its not posting the form to server side... My application's web.config is already configured to 1GB using maxRequestLength attribute of httpruntime tag.
Can anyone knows how to allow application to post larger files? Thanks