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.
2 parents 788b550 + c85e855 commit 389e857Copy full SHA for 389e857
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 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