Skip to content

Commit 72950cc

Browse files
committed
Update README.md
1 parent 384bc59 commit 72950cc

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
@@ -72,6 +72,7 @@ var MyCtrl = [ '$scope', '$upload', function($scope, $upload) {
7272

7373
Note: `angular.file-upload-shim.js` must be loaded before `angular.js` and is only needed if you are supporting non-HTML5 FormData browsers or you need the support for upload progress or cancel.
7474

75+
Multiple files: Only for HTML5 browsers (not IE8-9) if you pass an array of files to `file` option it will upload all of them together. The formData file name will have the index appended to it (i.e. `file1`).
7576

7677
## Old browsers
7778

0 commit comments

Comments
 (0)