Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple files in single request using ng2-file-upload or ngx-uploader

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.

like image 652
dangquang1020 Avatar asked Sep 14 '25 00:09

dangquang1020


1 Answers

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

I haven't tested it yet but looks promising.

like image 195
roymckrank Avatar answered Sep 17 '25 18:09

roymckrank