angular-file-upload
angular-file-upload copied to clipboard
Upload not working
Hi,
Upload not working if send body parameters, without it, it is working fine.
Here is my client side code:
var uploader = $scope.uploader = new FileUploader({
scope: $scope, // to automatically update the html. Default: $rootScope
url: 'http://localhost:3000/api/broadcast/uploadFile',
formData: [
{ "groupId": 3 }
]
});