Kendo UI upload file size limit using ASP.NET MVC? -


i using mvc.net kendo ui. have implemented kendo ui upload, , works fine. need able upload large file, around 200mb. updated maxrequestlength , executiontimeout properties in web.config file. when upload 90mb file, waits while errors out, has else managed upload large file using kendo ui?

thanks

did updated maxallowedcontentlength? if yes, , problem still unresolved, post server response here? (you can catch using fiddler)


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -