Upload angularjs file with progress percentage
问题 In my webapp i've got a service to upload files using angularjs and multipart upload. This is an example: https://jsfiddle.net/ZG9re/3909/ It works perfectly but i can't understand how could see the percentage of the file during the upload. I don't want use XMLHttpRequest but i need to mantain this code if possible. This is the code anyway: var myApp = angular.module('myApp', []); myApp.directive('fileModel', ['$parse', function ($parse) { return { restrict: 'A', link: function(scope, element