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 43f139a commit 4ef4a37Copy full SHA for 4ef4a37
README.md
@@ -67,6 +67,7 @@ var MyCtrl = [ '$scope', '$upload', function($scope, $upload) {
67
});
68
//.error(...)
69
//.then(success, error, progress);
70
+ //.xhr(function(xhr){xhr.upload.addEventListener(...)})// access and attach any arbitrary event listener to XMLHttpRequest.
71
}
72
/* alternative way of uploading, send the file binary with the file's content-type.
73
Could be used to upload files to CouchDB, imgur, etc... html5 FileReader is needed.
0 commit comments