Sign up ×
Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them, it only takes a minute:

i have been working on multiple file upload control in angular Js and web Api. in my case when user uploads image . i will convert it to byte array and on submit i will post it to the web api.the problem is its working well when image size is less than 800KB above that it makes the whole entity null

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.