Skip to content

Commit 3b9ece9

Browse files
committed
Update README.md
1 parent 6a49542 commit 3b9ece9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ var MyCtrl = [ '$scope', '$upload', function($scope, $upload) {
6969
//.error(...)
7070
//.then(success, error, progress);
7171
}
72+
// $scope.upload = $upload.upload({...}) alternative way of uploading, sends the the file content directly with the same content-type of the file. Could be used to upload files to CouchDB, imgur, etc... for HTML5 FileReader browsers.
7273
};
7374
}];
7475
```

0 commit comments

Comments
 (0)