[bugfix] Uploader: can not upload pic in android (#929)

This commit is contained in:
neverland
2018-04-24 19:01:54 +08:00
committed by GitHub
parent 734e885727
commit 91163b2f14
3 changed files with 10 additions and 3 deletions
+1
View File
@@ -43,6 +43,7 @@ You can set native properties such as `accpet`、`multiple` on Uploader, and the
| Attribute | Description | Type | Default | Accepted Values |
|-----------|-----------|-----------|-------------|-------------|
| result-type | Type of file read result | `String` | `dataUrl` | `text` |
| accept | Accepted file type | `String` | `image/*` | - |
| disabled | Whether to disabled the upload | `Boolean` | `false` | - |
| before-read | Hook before reading the file, return false to stop reading the file | `Function` | - | - |
| after-read | Hook after reading the file | `Function` | - | - |