Hi,
I am using a ajax based web application to upload files to a web service.I am using post method to upload files.I set maxRequestLength ( httpRuntime attribute) as "40960" in the web.config file.
As per this setting I can be able to upload up to 40 MB.But when I upload more than 2 MB I am getting error.How to fix this issue?Am I need to do any other setting?Webservice allows up to 40 MB.
cas