Referring to the this blog that provides an example on how to use the upload control:
http://forums.infragistics.com/blogs/damyan_petev/archive/2011/09/03/using-netadvantage-jquery-upload-control-in-asp-net-mvc.aspx
Using the code in this example, I cannot upload a file that is greater than 28Mb, I get a server side error: Max file size error, even though the web.config "should" allow a file upto 50Mb.
I am also getting this in our application as well.
Using:
VS2010 - running in local web server or IIS Express or IIS7
Windows 7, 64 bit.
Browser(s) tested:
Chrome 17.0.963.56 m
FireFox 10.0.2
IE9
Hi frodriguez2,
Great! Happy to hear that.
Best Regards,
Martin
Thank you Martin. That was the answer. I was not aware that IIS7 was the one placing the restriction. Again, thank you for your help.
This is server side error.
You can read the following forum thread which seems to be related to your problem:
http://forums.infragistics.com/forums/t/66860.aspx
You can also check the following forum post which describes IIS 7 file size limit configuration:
http://community.infragistics.com/forums/t/64887.aspx#329039
This is how your web.config should look like in system.webServer section:
And this is how your web.config should look like in your appSettings section:
If the above solutions don't help you It will be good to give non working sample for me to investigate.
Hope this helps,
Martin Pavlov
Infragistics, Inc.