ng-file-upload not uploading in Ionics
问题 I am using ng-file-upload library for my Ionic mobile application and Im having challenges in implementing this library. I also used Codeigniter for my REST API. My upload request should have fields(some data) and the images. here is my code so far: $scope.doSubmitAttachment = function(){ console.log('@@@@@doSubmitAttachement- Process Request--' + $scope.images); $scope.upload($scope.images); }; $scope.upload = function (file) { Upload.upload({ url: 'http://192.168.8.247:130/api/upload',