nervgh / angular-file-upload

[ALMOST NOT MAINTAINED] Angular File Upload is a module for the AngularJS framework
MIT License
3.44k stars 1.13k forks source link

how to trigger modal on file drop after then add to queue? #857

Open IlirBajrami opened 5 years ago

IlirBajrami commented 5 years ago

hi there, i want to trigger a modal after i drop the file then after that to add to queue?

i tried this but doesn't work.

<div class="form-group col-sm-6 col-xs-12 mb-4" nv-file-drop="requesttrans(item,$event)" uploader="uploader" filters="mediaFilter">

any help?

thanks!