Skip to content

Commit 4795abf

Browse files
committed
fixed demo
1 parent e26bdaf commit 4795abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/war/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ <h3>
137137
fd.append(key, val);
138138
}
139139
}, */
140-
file: [$scope.selectedFiles[index], $scope.selectedFiles[index + 1]],
141-
//fileFormDataName: 'myFile'
140+
file: $scope.selectedFiles[index],
141+
fileFormDataName: 'myFile'
142142
}).then(function(response) {
143143
$scope.uploadResult.push(response.data.result);
144144
}, null, function(evt) {

0 commit comments

Comments
 (0)