We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed7229 commit 57e66c3Copy full SHA for 57e66c3
README.md
@@ -51,7 +51,7 @@ var MyCtrl = [ '$scope', '$upload', function($scope, $upload) {
51
$scope.upload = $upload.upload({
52
url: 'server/upload/url', //upload.php script, node.js route, or servlet url
53
// method: POST or PUT,
54
- // headers: {'headerKey': 'headerValue'}, //Only for HTML5
+ // headers: {'headerKey': 'headerValue'},
55
// withCredential: true,
56
data: {myObj: $scope.myModelObj},
57
file: file,
0 commit comments