From 72950ccc8bddb712b7c95d21ff11a55f640a9d5d Mon Sep 17 00:00:00 2001 From: danialfarid Date: Fri, 13 Dec 2013 17:19:42 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34e666ac..6cd8e449 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ var MyCtrl = [ '$scope', '$upload', function($scope, $upload) { 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. +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`). ## Old browsers