Closed
Description
eventhough I'm trying it on the latest chrome, any idea where the problem could be?
$scope.doSubmit = function() {
$upload
.upload( {
url: '/api/send-fellowship',
data: $scope.form,
file: $scope.form.files
})
.progress(function(e) {
$scope.progress = parseInt(100.0 * e.loaded / e.total);
})
.success(function(data, status) {
});
};
$scope.form.files is an array of files
Metadata
Metadata
Assignees
Labels
No labels