File Upload with Angular Material

后端 未结 12 1254
抹茶落季
抹茶落季 2021-01-30 15:48

I\'m writing an web app with AngularJS and angular-material. The problem is that there\'s no built-in component for file input in angular-material. (I feel that file uploading d

12条回答
  •  我在风中等你
    2021-01-30 16:52

    I find a way to avoid styling my own choose file button.

    Because I'm using flowjs for resumable upload, I'm able to use the "flow-btn" directive from ng-flow, which gives a choose file button with material design style.

    Note that wrapping the input element inside a md-button won't work.

提交回复
热议问题