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 43f6220 commit ffcb112Copy full SHA for ffcb112
README.md
@@ -59,7 +59,7 @@ var MyCtrl = [ '$scope', '$upload', function($scope, $upload) {
59
/* set file formData name for 'Content-Desposition' header. Default: 'file' */
60
//fileFormDataName: myFile, //OR for HTML5 multiple upload only a list: ['name1', 'name2', ...]
61
/* customize how data is added to formData. See #40#issuecomment-28612000 for example */
62
- //formDataAppender: function(formData, key, val){}
+ //formDataAppender: function(formData, key, val){} //#40#issuecomment-28612000
63
}).progress(function(evt) {
64
console.log('percent: ' + parseInt(100.0 * evt.loaded / evt.total));
65
}).success(function(data, status, headers, config) {
0 commit comments