How can I pass large values as parameters in ASP.NET WebApi? -
i have webapi allows list of files sent it. argument simple list of objects contain name , list of bytes. when post small files it, works fine, when post large file method called, parameter null.
i assume there's setting or in model binding can change, can't figure out setting set. since method called, parameter gets set null.
any appreciated.
i guess it's because reached maxrequestlength size.
did try approach?
http://www.strathweb.com/2012/09/dealing-with-large-files-in-asp-net-web-api/
Comments
Post a Comment