flowjs / ng-flow

Flow.js html5 file upload extension on angular.js framework
http://flowjs.github.io/ng-flow/
MIT License
1.38k stars 303 forks source link

flow-file-added event (restrict file and call function)? #349

Closed snobrdinrtiste closed 6 years ago

snobrdinrtiste commented 6 years ago

is it possible to restrict file types and call a function to do some processing? like flow-file-added="!!{png:1,gif:1,jpg:1,PNG:1,GIF:1,JPG:1}[$file.getExtension()], dosomething()"