3

I am using ngx-uploader to implement file upload in my project.
But when I upload multiple files, it seperate the files array to multiple request.
I have tried to use ng2-file-upload but the same result.

dangquang1020
  • 496
  • 3
  • 7
  • 23

1 Answers1

2

See this thread on GitHub: https://github.com/valor-software/ng2-file-upload/issues/671

I haven't tested it yet but looks promising.

roymckrank
  • 689
  • 3
  • 12
  • 27