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'm using angularjs and asp.net mvc as backend. Im returning the file to client side i set responseType: "arraybuffer" in $http.post it work perfectly. Now along with that file i need to response with the some data or collection. How this can be achieved?

share|improve this question
    
Please post code – Chinni 16 hours ago

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.