Stack Overflow is a community of 4.7 million programmers, just like you, helping each other.

Join them; it only takes a minute:

Sign up
Join the Stack Overflow community to:
  1. Ask programming questions
  2. Answer and help your peers
  3. Get recognized for your expertise

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.