File Upload using AngularJS

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

Here is my HTML form:

29条回答
  •  余生分开走
    2020-11-21 08:19

    Below is working example of file upload:

    http://jsfiddle.net/vishalvasani/4hqVu/

    In this one function called

    setFiles
    

    From View which will update the file array in controller

    or

    You can check jQuery File Upload using AngularJS

    http://blueimp.github.io/jQuery-File-Upload/angularjs.html

提交回复
热议问题