nervgh/angular-file-upload

Upload not working

har2008preet opened this issue · 0 comments

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 }
            ]
        });