File Upload using AngularJS

前端 未结 29 2000
野趣味
野趣味 2020-11-21 07:24

Here is my HTML form:

29条回答
  •  走了就别回头了
    2020-11-21 08:22

    You can achieve nice file and folder upload using flow.js.

    https://github.com/flowjs/ng-flow

    Check out a demo here

    http://flowjs.github.io/ng-flow/

    It doesn't support IE7, IE8, IE9, so you'll eventually have to use a compatibility layer

    https://github.com/flowjs/fusty-flow.js

提交回复
热议问题