Reputation: 2842
I am using MVC.NET with kendo ui. I have implemented the kendo UI upload, and it works fine. However I need to be able to upload a large file, around 200MB. I updated the maxRequestLength and the executionTimeout properties in my web.config file. But when I upload a 90MB file, it just waits for a while then errors out, has anyone else managed to upload a large file using kendo ui?
Thanks
Upvotes: 0
Views: 7591
Reputation: 195
Did you also updated maxAllowedContentLength? If yes, and the problem is still unresolved, could you post the server response here? (You can catch it using Fiddler)
Upvotes: 2