File Upload using AngularJS

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

Here is my HTML form:

29条回答
  •  我在风中等你
    2020-11-21 08:17

    http://jsfiddle.net/vishalvasani/4hqVu/ works fine in chrome and IE (if you update CSS a little in background-image). This is used for updating progress bar:

     scope.progress = Math.round(evt.loaded * 100 / evt.total)
    

    but in FireFox angular's [percent] data is not updated in DOM successfully,although files are uploading successfully.

提交回复
热议问题