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 8fdd0ea commit 3053f2fCopy full SHA for 3053f2f
README.md
@@ -52,7 +52,7 @@ var MyCtrl = [ '$scope', '$upload', function($scope, $upload) {
52
url: 'server/upload/url', //upload.php script, node.js route, or servlet url
53
// method: POST or PUT,
54
// headers: {'headerKey': 'headerValue'},
55
- // withCredential: true,
+ // withCredentials: true,
56
data: {myObj: $scope.myModelObj},
57
file: file,
58
// file: $files, //upload multiple files, this feature only works in HTML5 FromData browsers
0 commit comments