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 ed86eca commit d21c267Copy full SHA for d21c267
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'},
+ // headers: {'header-key': 'header-value'},
55
// withCredentials: true,
56
data: {myObj: $scope.myModelObj},
57
file: file, // or list of files: $files for html5 only
0 commit comments