Anil Kumar Pandey
Anil Kumar Pandey

Reputation: 1927

Angularjs: Multiple file-uploader in a single page

I am facing lot of problem in while using more than 1 file uploader in single page. There is any directive for this? because I didn't find it. By the way I am using Bruno Angularjs uploader Directive and tried to change multiple but getting problem while form submitting beacause all uploaders sharing same model so thats why I was not able to get all the values at a time only one can be access. So if anyone have some solution or suggestion for this, please share with me.

Upvotes: 1

Views: 865

Answers (1)

Anshad Vattapoyil
Anshad Vattapoyil

Reputation: 23463

There is a good jquery ajax uploader which is available in angualar js version also. Please check here http://blueimp.github.io/jQuery-File-Upload/angularjs.html

Upvotes: 1

Related Questions