angular-file-upload icon indicating copy to clipboard operation
angular-file-upload copied to clipboard

Upload not working

Open har2008preet opened this issue 6 years ago • 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 }
            ]
        });

har2008preet avatar Mar 10 '18 05:03 har2008preet