From bce2b63e0ca39227d8023923dfa37a3be38b2ed5 Mon Sep 17 00:00:00 2001 From: dmcBig Date: Fri, 20 Apr 2018 17:04:27 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd2c8a5..f23ed8c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # MediaPicker v:2.0.0 -android mediaPicker support selection of multiple image and video +android ios mediaPicker support selection of multiple image and video How do I use? ------------------- @@ -56,6 +56,7 @@ index.js code: document.getElementById('uploadBtn').onclick=function() { //please: cordova plugin add cordova-plugin-file-transfer //see: https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-file-transfer/index.html + //use dataArray[index].path }; function err(data){