Skip to content

Commit 3053f2f

Browse files
committed
Update README.md
1 parent 8fdd0ea commit 3053f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var MyCtrl = [ '$scope', '$upload', function($scope, $upload) {
5252
url: 'server/upload/url', //upload.php script, node.js route, or servlet url
5353
// method: POST or PUT,
5454
// headers: {'headerKey': 'headerValue'},
55-
// withCredential: true,
55+
// withCredentials: true,
5656
data: {myObj: $scope.myModelObj},
5757
file: file,
5858
// file: $files, //upload multiple files, this feature only works in HTML5 FromData browsers

0 commit comments

Comments
 (0)