How to POST binary files with AngularJS (with upload DEMO)
问题 unable to send file with angular post call I am trying to post .mp4 file with some data through ionic 1 with angular 1. While posting through POSTMAN it is fine and working. I am getting Success = false in my application. in POSTMAN , no headers and data is bellow, Service url with POST request http://services.example.com/upload.php body in form data j_id = 4124, type = text q_id = 6, type = text u_id = 159931, type = text file = demo.mp4, type = file in my app: $rootScope.uploadQuestion =