如何使用ng-flow访问块blob数据?

时间:2015-01-22 10:36:07

标签: angularjs file-upload azure-media-services flow-js ng-flow

我试图使用角度控制器中的ng-flow访问一大块blob数据。

       $scope.$on('flow::fileAdded', function(event, $flow, flowFile) {

            console.log(flowFile.chunks[0]) // See image output from console

        });

enter image description here

我希望通过服务调用传递chunk blob对象,但不知道如何访问它。我不能使用ng-flow内置的上传方法,因为它是使用Azure WAMS的一个特例,因此非常感谢任何帮助以blob的形式访问这些数据块。

0 个答案:

没有答案